This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch CI_timeout
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 138378bb3123c8cbbc4e727f2386980692a4fb78
Author: HTHou <[email protected]>
AuthorDate: Tue Aug 3 17:07:41 2021 +0800

    Add Jenkins CI timeout threshold
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ab3a543..0d64df0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -38,7 +38,7 @@ pipeline {
     }
 
     options {
-        timeout(time: 2, unit: 'HOURS')
+        timeout(time: 3, unit: 'HOURS')
         // When we have test-fails e.g. we don't need to run the remaining 
steps
         skipStagesAfterUnstable()
     }

Reply via email to