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 7f3bfa5 investigating build failure
7f3bfa5 is described below
commit 7f3bfa5a36f2584b237cfa094accbd704ddacdf7
Author: tibordigana <[email protected]>
AuthorDate: Mon Jul 15 14:07:22 2019 +0200
investigating build failure
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 74776d3..abaf6f3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -161,7 +161,7 @@ def buildProcess(String stageKey, String jdkName, String
jdkTestName, String mvn
}
}
} finally {
- sleep time: 35, unit: 'SECONDS'
+ sleep time: 25, unit: 'SECONDS'
cleanWs()
}
}