commit | 15ef9f4ff1c19fb7e1962b1a0adfd2eb3a1dd4cc | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Mon Dec 17 14:29:54 2018 +0100 |
committer | Martin Polreich <mpolreich@mirantis.com> | Mon Dec 17 18:04:54 2018 +0000 |
tree | 68b53179056eba71c6e2a1baad59a8861acbf187 | |
parent | 5b8fbc5643977f277e2b32d7354c8876458dcf60 [diff] |
Increase Salt Fomulas tests pipeline timeout - 2 hours are not enough for some child jobs to finish - Example: https://ci.mcp.mirantis.net/job/test-salt-formula-cinder-latest/193/console Change-Id: I573ca348b8985140b20d9c6842ccb0ab7782b340
diff --git a/test-salt-formulas-pipeline.groovy b/test-salt-formulas-pipeline.groovy index 45eeef8..52c7d79 100644 --- a/test-salt-formulas-pipeline.groovy +++ b/test-salt-formulas-pipeline.groovy
@@ -62,7 +62,7 @@ ] } -timeout(time: 2, unit: 'HOURS') { +timeout(time: 4, unit: 'HOURS') { node(slaveNode) { try { if (fileExists("tests/build")) {