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
7936e2ed
Unverified
Commit
7936e2ed
authored
Jun 14, 2022
by
Rhett Ying
Committed by
GitHub
Jun 14, 2022
Browse files
[CI] loose time liimit for unit tests on Win64 (#4119)
parent
defa292b
Changes
1
Show 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 @
7936e2ed
...
...
@@ -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:
2
0
,
unit:
'MINUTES'
)
{
timeout
(
time:
3
0
,
unit:
'MINUTES'
)
{
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