Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[EXPERIMENT] increasing timeout to 24hrs. (#8613)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaijal authored and cjolivier01 committed Nov 13, 2017
1 parent d8d2c39 commit 399ac03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mx_lib = 'lib/libmxnet.so, lib/libmxnet.a, dmlc-core/libdmlc.a, nnvm/lib/libnnvm
// command to start a docker container
docker_run = 'tests/ci_build/ci_build.sh'
// timeout in minutes
max_time = 120
max_time = 1440
// assign any caught errors here
err = null

Expand Down

0 comments on commit 399ac03

Please sign in to comment.