Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
[CI] Lift timeout on cpu unittest (#1229)
Browse files Browse the repository at this point in the history
* Update Jenkinsfile_py3_cpu_unittest

* Update Jenkinsfile_py3-master_cpu_unittest
  • Loading branch information
chenw23 authored May 12, 2020
1 parent 6ee8f02 commit 5dc6b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkinsfile_py3-master_cpu_unittest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/

// timeout in minutes
max_time = 120
max_time = 180

node {
// Loading the utilities requires a node context unfortunately
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkinsfile_py3_cpu_unittest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/

// timeout in minutes
max_time = 120
max_time = 180

node {
// Loading the utilities requires a node context unfortunately
Expand Down

0 comments on commit 5dc6b9c

Please sign in to comment.