add GAME_GAME_TIMEOUT to CI env
This commit is contained in:
parent
e7b43d0190
commit
9a505722bc
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
env:
|
env:
|
||||||
GAME_LIMIT: 100
|
GAME_LIMIT: 100
|
||||||
|
GAME_GAME_TIMEOUT: 1800
|
||||||
FLASK_SECRET: ${{SECRETS.FLASK_SECRET}}
|
FLASK_SECRET: ${{SECRETS.FLASK_SECRET}}
|
||||||
DB_HOST: ${{SECRETS.DB_HOST}}
|
DB_HOST: ${{SECRETS.DB_HOST}}
|
||||||
DB_PORT: ${{SECRETS.DB_PORT}}
|
DB_PORT: ${{SECRETS.DB_PORT}}
|
||||||
|
Loading…
Reference in New Issue
Block a user