commit | 3f3829dfd696501f15b71d51c3d6d94a3eef2e33 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Mon Mar 06 12:13:14 2017 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Mon Mar 06 12:13:14 2017 +0100 |
tree | 723dabdf9880fd812d8eeeb03dce3a4c8f117ca3 | |
parent | b1037a64294872f6b96ced92cd8efac7c9fbde14 [diff] |
Timeout salt models test in 3 hours Change-Id: I10f7d801cd2169e6c1bcfb00423e8e5fbd4a6c89
diff --git a/test-salt-models-pipeline.groovy b/test-salt-models-pipeline.groovy index 0824db4..0058ef3 100644 --- a/test-salt-models-pipeline.groovy +++ b/test-salt-models-pipeline.groovy
@@ -20,8 +20,10 @@ } } stage("test") { - wrap([$class: 'AnsiColorBuildWrapper']) { - sh("make test") + timeout(10800) { + wrap([$class: 'AnsiColorBuildWrapper']) { + sh("make test") + } } } } catch (Throwable e) {