This is an automated email from the ASF dual-hosted git repository. indhub pushed a commit to branch ci-test in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/ci-test by this push: new f20d45b Fix typo. f20d45b is described below commit f20d45be3a46849308f70390a62ecda98461b194 Author: Indu Bharathi <indhubhara...@gmail.com> AuthorDate: Sat Oct 14 16:15:07 2017 +0000 Fix typo. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9f5e33d..e1c5933 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -411,7 +411,7 @@ try { init_git() unpack_lib('cpu') withEnv(['MXNET_HOME=/workspace/ut-julia-cpu']) { - timeout(time: max_timem unit: 'MINUTES') { + timeout(time: max_time, unit: 'MINUTES') { sh "${docker_run} cpu julia -e 'Pkg.clone(\"julia-package\", \"MXNet\")'" sh "${docker_run} cpu julia -e 'Pkg.build(\"MXNet\")'" sh "${docker_run} cpu julia -e 'Pkg.test(\"MXNet\")'" -- To stop receiving notification emails like this one, please contact ['"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>'].