Skip to content

Commit

Permalink
bump timeout again
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Mar 26, 2024
1 parent 3b2b0ce commit 3c7bc6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/workflows/main-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ steps:

- label: "end-to-end test (madsim)"
key: "e2e-test-deterministic"
command: "TEST_NUM=64 timeout 65m ci/scripts/deterministic-e2e-test.sh"
command: "TEST_NUM=64 timeout 75m ci/scripts/deterministic-e2e-test.sh"
if: |
!(build.pull_request.labels includes "ci/main-cron/skip-ci") && build.env("CI_STEPS") == null
|| build.pull_request.labels includes "ci/run-e2e-test-deterministic-simulation"
Expand All @@ -353,7 +353,7 @@ steps:
environment:
- GITHUB_TOKEN
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 70
timeout_in_minutes: 80
retry: *auto-retry

- label: "recovery test (madsim)"
Expand Down

0 comments on commit 3c7bc6f

Please sign in to comment.