You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/05/12 06:14:51 UTC

[iotdb] branch master updated: Increase the time of timeout in Jenkinsfile to fix website build failed (#3165)

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

hxd 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 e4a3e74  Increase the time of timeout in Jenkinsfile to fix website build failed (#3165)
e4a3e74 is described below

commit e4a3e7464480fc1fafeb989612864c6dea51b4c3
Author: Haonan <hh...@outlook.com>
AuthorDate: Wed May 12 14:14:25 2021 +0800

    Increase the time of timeout in Jenkinsfile to fix website build failed (#3165)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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