add GAME_GAME_TIMEOUT to CI env

This commit is contained in:
Thomas Rubini 2023-04-02 12:36:40 +02:00
parent e7b43d0190
commit 9a505722bc
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -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}}