You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/04/22 07:23:09 UTC

[iotdb] branch master updated: change jenkins timeout from 2 hours to 3 hours

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

qiaojialin 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 677f58763b change jenkins timeout from 2 hours to 3 hours
677f58763b is described below

commit 677f58763b28e4661054e1a2e24dcdc0d4fd81bf
Author: qiaojialin <64...@qq.com>
AuthorDate: Fri Apr 22 15:22:55 2022 +0800

    change jenkins timeout from 2 hours to 3 hours
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index de9d77d5f0..1943bd9991 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()
     }