Skip to content

Commit

Permalink
chore(ci): bump timeouts for bulid-release and unit test and e2e-sink…
Browse files Browse the repository at this point in the history
…-test (#12248)
  • Loading branch information
kwannoel authored Sep 13, 2023
1 parent f8e0ce7 commit c51ee39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/workflows/main-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
timeout_in_minutes: 20
timeout_in_minutes: 25
retry: *auto-retry

- label: "build other components"
Expand Down Expand Up @@ -159,7 +159,7 @@ steps:
config: ci/docker-compose.yml
environment:
- CODECOV_TOKEN
timeout_in_minutes: 17
timeout_in_minutes: 20
retry: *auto-retry

- label: "unit test (deterministic simulation)"
Expand Down
4 changes: 2 additions & 2 deletions ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ steps:
config: ci/docker-compose.yml
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 18
timeout_in_minutes: 20
cancel_on_build_failing: true
retry: *auto-retry

Expand Down Expand Up @@ -258,7 +258,7 @@ steps:
config: ci/docker-compose.yml
environment:
- CODECOV_TOKEN
timeout_in_minutes: 16
timeout_in_minutes: 18
retry: *auto-retry

- label: "check"
Expand Down

0 comments on commit c51ee39

Please sign in to comment.