Skip to content

Commit 3ec0b63

Browse files
authored
Increase no output timeout to 30m (#2076)
1 parent 862d179 commit 3ec0b63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ commands:
5858
command: cortex cluster up << parameters.config >> --configure-env aws -y
5959
- run:
6060
name: Run E2E Tests
61+
no_output_timeout: 30m
6162
command: |
6263
pytest -v test/e2e/tests --env aws --skip-autoscaling --skip-load --skip-long-running
6364
pytest -v test/e2e/tests --env aws -k test_autoscaling

0 commit comments

Comments
 (0)