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:
name: Test.
command: flake8 .
osx-python3.6:
macos:
xcode: "9.4.1"
@@ -27,6 +28,7 @@ jobs:
- run:
name: Test.
command: venv/bin/python ./bin/run_tests.py
no_output_timeout: 30m
osx-python3.7:
macos:
@@ -42,6 +44,7 @@ jobs:
- run:
name: Test.
command: venv/bin/python ./bin/run_tests.py
no_output_timeout: 30m
linux-python3.6:
docker:
@@ -58,6 +61,7 @@ jobs:
- run:
name: Test.
command: venv/bin/python ./bin/run_tests.py
no_output_timeout: 30m
workflows:
version: 2