Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
e3793a5c
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e6ff75284025323f199313d9e076796c6ff8dd8a"
Unverified
Commit
e3793a5c
authored
May 19, 2020
by
Quan (Andy) Gan
Committed by
GitHub
May 19, 2020
Browse files
[CI] Give Windows more time to run (#1541)
parent
a296c1ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
Jenkinsfile
+1
-1
No files found.
Jenkinsfile
View file @
e3793a5c
...
@@ -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}"
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment