This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new ed3817eaac3 fix: Increase the timeout even more to finally make the
build succeed.
ed3817eaac3 is described below
commit ed3817eaac3f8162a4d4fd84505742a0338e0cfb
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Nov 7 22:35:19 2023 +0100
fix: Increase the timeout even more to finally make the build succeed.
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index cd3ba4c8599..49d95a32a60 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,7 +38,7 @@ pipeline {
}
options {
- timeout(time: 4, unit: 'HOURS')
+ timeout(time: 8, unit: 'HOURS')
// When we have test-fails e.g. we don't need to run the remaining
steps
skipStagesAfterUnstable()
}