mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 10:16:44 +08:00
DEV: Correct Capybara default max wait time setting in CI (#21801)
We were not setting capybara's default max wait time correctly in CI due to a spelling error. This regressd in fc17045876bc31f8bf8018f10b1f90e6736b461b
This commit is contained in:
parent
4e5f808d67
commit
123a77a2bc
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
PGUSER: discourse
|
||||
PGPASSWORD: discourse
|
||||
USES_PARALLEL_DATABASES: ${{ matrix.build_type == 'backend' || matrix.build_type == 'system' }}
|
||||
CABPYARA_DEFAULT_MAX_WAIT_TIME: 10
|
||||
CAPYBARA_DEFAULT_MAX_WAIT_TIME: 10
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user