diff options
author | Karel Kočí <cynerd@email.cz> | 2018-08-30 08:32:22 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-08-30 08:32:22 +0200 |
commit | 4c9efd5bb1e9953aeee4dbaee2f3956ecdd74552 (patch) | |
tree | f971358590a47c2c4b67f19ff813f7b7aaeaedbe | |
parent | 67c4d50cdba60a5f71c3c5dfecf3d54934109702 (diff) | |
download | laminar-cnf-4c9efd5bb1e9953aeee4dbaee2f3956ecdd74552.tar.gz laminar-cnf-4c9efd5bb1e9953aeee4dbaee2f3956ecdd74552.tar.bz2 laminar-cnf-4c9efd5bb1e9953aeee4dbaee2f3956ecdd74552.zip |
Double the job timeout for heavy jobs
-rw-r--r-- | templates/turris.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.conf b/templates/turris.conf index 59d7c38..04e6713 100644 --- a/templates/turris.conf +++ b/templates/turris.conf @@ -1,2 +1,2 @@ TAGS=heavy -TIMEOUT=7200 +TIMEOUT=14400 |