From 8905293c2197dadc0bc23684546e2ff604707b68 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 18 Mar 2019 14:55:33 +0100 Subject: Option to disable TASK TIMEOUT (and disable it for tests) --- example_project/local_settings.py.gitlab-ci | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project/local_settings.py.gitlab-ci') 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 -- cgit v1.2.3