You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by mo...@apache.org on 2021/04/15 23:32:53 UTC

[tvm-vta] branch ci-docker-staging updated: up timeout from 1hr to 4hrs

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

moreau pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm-vta.git


The following commit(s) were added to refs/heads/ci-docker-staging by this push:
     new cce4b15  up timeout from 1hr to 4hrs
cce4b15 is described below

commit cce4b159f7b1b470f0ecb2f1b6af2357a014745e
Author: Thierry Moreau <tm...@octoml.ai>
AuthorDate: Thu Apr 15 16:32:44 2021 -0700

    up timeout from 1hr to 4hrs
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8bca45d..33b16f3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -29,7 +29,7 @@ ci_i386 = "tvmai/ci-i386:v0.52"
 // NOTE: docker container provides an extra layer of isolation
 docker_run = "tests/scripts/docker_bash.sh"
 // timeout in minutes
-max_time = 60
+max_time = 240
 
 // initialize source codes
 def init_git() {