"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "7e687d5d40c34b4153e0ab1a94b9381756c94933"
Unverified Commit e3793a5c authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

[CI] Give Windows more time to run (#1541)

parent a296c1ef
...@@ -64,7 +64,7 @@ def unit_test_linux(backend, dev) { ...@@ -64,7 +64,7 @@ def unit_test_linux(backend, dev) {
def unit_test_win64(backend, dev) { def unit_test_win64(backend, dev) {
init_git_win64() init_git_win64()
unpack_lib("dgl-${dev}-win64", dgl_win64_libs) unpack_lib("dgl-${dev}-win64", dgl_win64_libs)
timeout(time: 2, unit: 'MINUTES') { timeout(time: 10, unit: 'MINUTES') {
bat "CALL tests\\scripts\\task_unit_test.bat ${backend}" bat "CALL tests\\scripts\\task_unit_test.bat ${backend}"
} }
} }
......
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