commit | db3ddd80bc7c9904db4f9f7523d3ad0346e6c42c | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Tue Jan 23 13:30:47 2018 +0100 |
committer | Jakub Josef <jakub.josef@gmail.com> | Tue Jan 23 13:30:47 2018 +0100 |
tree | 92f647e537d62a2c2eb6284450cca6f40bc7f7be | |
parent | 88aaf834dfb13715f7d0074335ffc3d0712ed237 [diff] [blame] |
Decrease timeouts for salt models and formulas child pipelines Change-Id: I3c8543782c6028671ab2a3d647c46303db85d850
diff --git a/test-salt-formulas-env.groovy b/test-salt-formulas-env.groovy index 8f60727..b36d4d7 100644 --- a/test-salt-formulas-env.groovy +++ b/test-salt-formulas-env.groovy
@@ -20,7 +20,7 @@ def checkouted = false throttle(['test-formula']) { - timeout(time: 12, unit: 'HOURS') { + timeout(time: 1, unit: 'HOURS') { node("python") { try { stage("checkout") {