"csrc/git@developer.sourcefind.cn:OpenDAS/ktransformers.git" did not exist on "b22cded890e8e4e06ee0b68c9efb8e39d3118d38"
Unverified Commit 7936e2ed authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[CI] loose time liimit for unit tests on Win64 (#4119)

parent defa292b
......@@ -65,7 +65,7 @@ def unit_test_linux(backend, dev) {
def unit_test_win64(backend, dev) {
init_git_win64()
unpack_lib("dgl-${dev}-win64", dgl_win64_libs)
timeout(time: 20, unit: 'MINUTES') {
timeout(time: 30, unit: 'MINUTES') {
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