Skip to content

Commit

Permalink
fix: Increase timeout for end-to-end test (parallel) (dev mode) (#10308)
Browse files Browse the repository at this point in the history
Co-authored-by: xxchan <xxchan22f@gmail.com>
  • Loading branch information
shanicky and xxchan authored Jun 13, 2023
1 parent e02ef6c commit 86f734c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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 (parallel) (release mode)"
command: "ci/scripts/e2e-test-parallel.sh -p ci-release"
Expand Down

0 comments on commit 86f734c

Please sign in to comment.