We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862d179 commit 3ec0b63Copy full SHA for 3ec0b63
.circleci/config.yml
@@ -58,6 +58,7 @@ commands:
58
command: cortex cluster up << parameters.config >> --configure-env aws -y
59
- run:
60
name: Run E2E Tests
61
+ no_output_timeout: 30m
62
command: |
63
pytest -v test/e2e/tests --env aws --skip-autoscaling --skip-load --skip-long-running
64
pytest -v test/e2e/tests --env aws -k test_autoscaling
0 commit comments