Unverified Commit 6056ed62 authored by Mufei Li's avatar Mufei Li Committed by GitHub
Browse files

Update Jenkinsfile (#3985)

parent 34981bd6
...@@ -97,7 +97,7 @@ def tutorial_test_linux(backend) { ...@@ -97,7 +97,7 @@ def tutorial_test_linux(backend) {
def go_test_linux() { def go_test_linux() {
init_git() init_git()
unpack_lib('dgl-cpu-linux', dgl_linux_libs) unpack_lib('dgl-cpu-linux', dgl_linux_libs)
timeout(time: 20, unit: 'MINUTES') { timeout(time: 30, unit: 'MINUTES') {
sh "bash tests/scripts/task_go_test.sh" sh "bash tests/scripts/task_go_test.sh"
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment