Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
fdd546a3
Commit
fdd546a3
authored
Jan 27, 2019
by
Markus Scheidgen
Browse files
Raised the timeout for migration.
parent
8677c7fb
Pipeline
#42792
passed with stages
in 21 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_migration.py
View file @
fdd546a3
...
...
@@ -167,7 +167,7 @@ mirgation_test_specs = [
@
pytest
.
mark
.
parametrize
(
'test, assertions'
,
mirgation_test_specs
)
@
pytest
.
mark
.
timeout
(
1
0
)
@
pytest
.
mark
.
timeout
(
3
0
)
def
test_migrate
(
migrate_infra
,
test
,
assertions
,
caplog
):
uploads_path
=
os
.
path
.
join
(
'tests'
,
'data'
,
'migration'
,
test
)
reports
=
list
(
migrate_infra
.
migrate
(
...
...
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