Unverified Commit f586c415 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[CI] increase timeout for linux unit test

parent fd658745
...@@ -57,7 +57,7 @@ def cpp_unit_test_win64() { ...@@ -57,7 +57,7 @@ def cpp_unit_test_win64() {
def unit_test_linux(backend, dev) { def unit_test_linux(backend, dev) {
init_git() init_git()
unpack_lib("dgl-${dev}-linux", dgl_linux_libs) unpack_lib("dgl-${dev}-linux", dgl_linux_libs)
timeout(time: 30, unit: 'MINUTES') { timeout(time: 40, unit: 'MINUTES') {
sh "bash tests/scripts/task_unit_test.sh ${backend} ${dev}" sh "bash tests/scripts/task_unit_test.sh ${backend} ${dev}"
} }
} }
......
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