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
f586c415
Unverified
Commit
f586c415
authored
Aug 17, 2023
by
Rhett Ying
Committed by
GitHub
Aug 17, 2023
Browse files
[CI] increase timeout for linux unit test
parent
fd658745
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 @
f586c415
...
@@ -57,7 +57,7 @@ def cpp_unit_test_win64() {
...
@@ -57,7 +57,7 @@ def cpp_unit_test_win64() {
def
unit_test_linux
(
backend
,
dev
)
{
def
unit_test_linux
(
backend
,
dev
)
{
init_git
()
init_git
()
unpack_lib
(
"dgl-${dev}-linux"
,
dgl_linux_libs
)
unpack_lib
(
"dgl-${dev}-linux"
,
dgl_linux_libs
)
timeout
(
time:
3
0
,
unit:
'MINUTES'
)
{
timeout
(
time:
4
0
,
unit:
'MINUTES'
)
{
sh
"bash tests/scripts/task_unit_test.sh ${backend} ${dev}"
sh
"bash tests/scripts/task_unit_test.sh ${backend} ${dev}"
}
}
}
}
...
...
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