Skip to content

Commit

Permalink
revert(ci): e2e timeout 15 -> 17 (#12985)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangjinwu authored Oct 23, 2023
1 parent 8b8c14c commit 8f981f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ steps:
config: ci/docker-compose.yml
mount-buildkite-agent: true
- ./ci/plugins/upload-failure-logs
timeout_in_minutes: 17
timeout_in_minutes: 15
retry: *auto-retry

- label: "end-to-end test (parallel)"
Expand Down
4 changes: 2 additions & 2 deletions e2e_test/batch/catalog/pg_size.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ create table t (v1 int);
statement ok
insert into t values (3);

sleep 30s
sleep 3s

skipif in-memory
query T
Expand Down Expand Up @@ -52,7 +52,7 @@ t
statement ok
create index t_idx on t (v1);

sleep 10s
sleep 3s

skipif in-memory
query T
Expand Down

0 comments on commit 8f981f3

Please sign in to comment.