mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
ci: Increase default assert_receive timeout to 500ms from 100ms (#5417)
We seem to be hitting `assert_receive`-style much more frequently after "upgrading" to Enterprise Cloud (our credits expired, I was able to renew them). This updates the global timeout to 500ms for `assert_receive` to reduce the likelihood `assert_push` and friends will time out on slow GH runners. E.g. https://github.com/firezone/firezone/actions/runs/9556532328/job/26341986456 --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
1
.github/workflows/_elixir.yml
vendored
1
.github/workflows/_elixir.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
- name: Run Tests
|
||||
env:
|
||||
E2E_DEFAULT_WAIT_SECONDS: 20
|
||||
CI_ASSERT_RECEIVE_TIMEOUT_MS: 250
|
||||
run: |
|
||||
mix test --warnings-as-errors \
|
||||
--exclude flaky:true \
|
||||
|
||||
Reference in New Issue
Block a user