summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.gitlab-ci
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-18 14:55:33 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-17 13:21:27 +0200
commite50b4030deb722c3c7d2ba79a7b7d0545ccd24f8 (patch)
treece5a30cf06d8128d9178b61e6d43fd06669667bb /example_project/local_settings.py.gitlab-ci
parent5b4c4f8c0637918356b3942f86be9dbc39efbbe4 (diff)
downloadIshtar-e50b4030deb722c3c7d2ba79a7b7d0545ccd24f8.tar.bz2
Ishtar-e50b4030deb722c3c7d2ba79a7b7d0545ccd24f8.zip
Option to disable TASK TIMEOUT (and disable it for tests)
Diffstat (limited to 'example_project/local_settings.py.gitlab-ci')
-rw-r--r--example_project/local_settings.py.gitlab-ci1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci
index b4f94f6a1..b8f40b8bb 100644
--- a/example_project/local_settings.py.gitlab-ci
+++ b/example_project/local_settings.py.gitlab-ci
@@ -14,3 +14,4 @@ LOGFILE = '/tmp/ishtar.log'
PROJECT_SLUG = "CI-instance"
SECRET_KEY = "not-so-secret-key"
+DISABLE_TASK_TIMEOUT = True