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

[CI] Enlarge timeout limit for dist test (#4927)

Recently we find dist test often fails due to timeout. Root cause is not found yet.
parent cd3fa030
......@@ -65,7 +65,7 @@ def unit_test_linux(backend, dev) {
def unit_distributed_linux(backend, dev) {
init_git()
unpack_lib("dgl-${dev}-linux", dgl_linux_libs)
timeout(time: 30, unit: 'MINUTES') {
timeout(time: 40, unit: 'MINUTES') {
sh "bash tests/scripts/task_distributed_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