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

haonan 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 0427d28  Add Jenkins CI timeout threshold (#3677)
0427d28 is described below

commit 0427d2854c74bb04b05d0ca9c8b4b4685dbbe7fc
Author: Haonan <[email protected]>
AuthorDate: Tue Aug 3 17:08:56 2021 +0800

    Add Jenkins CI timeout threshold (#3677)
---
 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