You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/08/03 09:08:28 UTC

[iotdb] branch CI_timeout created (now 138378b)

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

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


      at 138378b  Add Jenkins CI timeout threshold

This branch includes the following new commits:

     new 138378b  Add Jenkins CI timeout threshold

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: Add Jenkins CI timeout threshold

Posted by ha...@apache.org.
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 <hh...@outlook.com>
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()
     }