Skip to content

Commit

Permalink
update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 committed Sep 30, 2024
1 parent 6992a39 commit 537c8d8
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 @@ -347,7 +347,7 @@ steps:

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

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

0 comments on commit 537c8d8

Please sign in to comment.