Skip to content

Commit

Permalink
Add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Feb 26, 2024
1 parent bfd2c1d commit 3167d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ steps:
config: ci/docker-compose.yml
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 5
timeout_in_minutes: 10
retry: *auto-retry

- label: "end-to-end iceberg sink v2 test"
Expand All @@ -229,7 +229,7 @@ steps:
config: ci/docker-compose.yml
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 10
timeout_in_minutes: 15
retry: *auto-retry

- label: "end-to-end iceberg cdc test"
Expand All @@ -244,7 +244,7 @@ steps:
config: ci/docker-compose.yml
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 10
timeout_in_minutes: 15
retry: *auto-retry

- label: "end-to-end pulsar sink test"
Expand Down

0 comments on commit 3167d13

Please sign in to comment.