Add no_output_timeout to CircleCI tests to prevent them timing out

This commit is contained in:
Joe Rickerby
2020-03-13 17:12:23 +00:00
parent 7090bfa4f1
commit 580b065bb0
+4
View File
@@ -13,6 +13,7 @@ jobs:
- run: - run:
name: Test. name: Test.
command: flake8 . command: flake8 .
osx-python3.6: osx-python3.6:
macos: macos:
xcode: "9.4.1" xcode: "9.4.1"
@@ -27,6 +28,7 @@ jobs:
- run: - run:
name: Test. name: Test.
command: venv/bin/python ./bin/run_tests.py command: venv/bin/python ./bin/run_tests.py
no_output_timeout: 30m
osx-python3.7: osx-python3.7:
macos: macos:
@@ -42,6 +44,7 @@ jobs:
- run: - run:
name: Test. name: Test.
command: venv/bin/python ./bin/run_tests.py command: venv/bin/python ./bin/run_tests.py
no_output_timeout: 30m
linux-python3.6: linux-python3.6:
docker: docker:
@@ -58,6 +61,7 @@ jobs:
- run: - run:
name: Test. name: Test.
command: venv/bin/python ./bin/run_tests.py command: venv/bin/python ./bin/run_tests.py
no_output_timeout: 30m
workflows: workflows:
version: 2 version: 2