Skip to content

Commit

Permalink
chore(ci): increase e2e test(dev mode) timeout to 15m (#9987)
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 authored May 24, 2023
1 parent 2d7978d commit 6e9bb26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ steps:
files: "*-junit.xml"
format: "junit"
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 10
timeout_in_minutes: 15

- label: "end-to-end test (release mode)"
command: "ci/scripts/e2e-test.sh -p ci-release"
Expand Down
2 changes: 1 addition & 1 deletion ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ steps:
config: ci/docker-compose.yml
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 12
timeout_in_minutes: 15

- label: "end-to-end test (parallel)"
command: "ci/scripts/e2e-test-parallel.sh -p ci-dev"
Expand Down

0 comments on commit 6e9bb26

Please sign in to comment.