diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6e25c53..2c869b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,6 +18,7 @@ jobs: - name: Run tests env: GAME_LIMIT: 100 + GAME_GAME_TIMEOUT: 1800 FLASK_SECRET: ${{SECRETS.FLASK_SECRET}} DB_HOST: ${{SECRETS.DB_HOST}} DB_PORT: ${{SECRETS.DB_PORT}}