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

[CI] Lift timeout on cpu unittest #1229

Merged
merged 2 commits into from
May 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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