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:
Alan Guo Xiang Tan
2023-05-29 11:41:24 +09:00
committed by GitHub
parent 4e5f808d67
commit 123a77a2bc

View File

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