This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch buildfix
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/buildfix by this push:
new 2f10581 investigating build failure
2f10581 is described below
commit 2f105810f8e10e95b3a4c3b00b4363c2580415f3
Author: tibordigana <[email protected]>
AuthorDate: Mon Jul 15 13:57:43 2019 +0200
investigating build failure
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 1ad7a87..74776d3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -161,7 +161,7 @@ def buildProcess(String stageKey, String jdkName, String
jdkTestName, String mvn
}
}
} finally {
- sleep time: 1, unit: 'SECONDS'
+ sleep time: 35, unit: 'SECONDS'
cleanWs()
}
}