Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert(ci): e2e timeout 15 -> 17 #12985

Merged
merged 3 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading