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 fc17045876
This commit is contained in:
parent
4e5f808d67
commit
123a77a2bc
|
@ -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…
Reference in New Issue