Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
1cb00e89
Unverified
Commit
1cb00e89
authored
3 years ago
by
Tim Gross
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
CI: increase test run timeout (#12143)
parent
0b3ba5c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GNUmakefile
+2
-2
GNUmakefile
with
2 additions
and
2 deletions
+2
-2
GNUmakefile
+
2
-
2
View file @
1cb00e89
...
...
@@ -300,7 +300,7 @@ test-nomad: dev ## Run Nomad test suites
$(
if
$(ENABLE_RACE)
,GORACE
=
"strip_path_prefix=
$(GOPATH)
/src"
)
$(GO_TEST_CMD)
\
$(
if
$(ENABLE_RACE)
,-race
)
$(
if
$(VERBOSE)
,-v
)
\
-cover
\
-timeout
=
15
m
\
-timeout
=
20
m
\
-tags
"
$(GO_TAGS)
"
\
$(GOTEST_PKGS)
$(
if
$(VERBOSE)
,
>
test.log
;
echo
$$
?
>
exit-code
)
@
if
[
$(VERBOSE)
]
;
then
\
...
...
@@ -313,7 +313,7 @@ test-nomad-module: dev ## Run Nomad test suites on a sub-module
@
cd
$(GOTEST_MOD)
&&
$(
if
$(ENABLE_RACE)
,GORACE
=
"strip_path_prefix=
$(GOPATH)
/src"
)
$(GO_TEST_CMD)
\
$(
if
$(ENABLE_RACE)
,-race
)
$(
if
$(VERBOSE)
,-v
)
\
-cover
\
-timeout
=
15
m
\
-timeout
=
20
m
\
-tags
"
$(GO_TAGS)
"
\
./...
$(
if
$(VERBOSE)
,
>
test.log
;
echo
$$
?
>
exit-code
)
@
if
[
$(VERBOSE)
]
;
then
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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