[Jenkins] Reduce unittests to 2 retries

This commit is contained in:
momo5502 2017-02-05 14:02:21 +01:00
parent b51b4fe895
commit 9733262b6d

2
Jenkinsfile vendored
View File

@ -149,7 +149,7 @@ def doUnitTests(name) {
// Run tests
getIW4xExecutable()
retry(5) {
retry(2) {
if (isUnix()) {
sh "WINEDEBUG=warn+all wine-wrapper iw4x.exe -tests"
} else {