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
dynamo
Commits
425be8ad
Commit
425be8ad
authored
Jan 31, 2025
by
glos-nv
Committed by
GitHub
Jan 31, 2025
Browse files
Increase timeouts on failing tests (#78)
parent
b9a0ce2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
worker/tests/python/integration/test_add_multiply_divide.py
worker/tests/python/integration/test_add_multiply_divide.py
+1
-1
worker/tests/python/integration/test_consolidated_logging.py
worker/tests/python/integration/test_consolidated_logging.py
+1
-1
No files found.
worker/tests/python/integration/test_add_multiply_divide.py
View file @
425be8ad
...
...
@@ -215,7 +215,7 @@ def run(num_requests, store_inputs_in_request=False):
"(not os.path.exists('/usr/local/bin/nats-server'))"
,
reason
=
"NATS.io not present"
,
)
@
pytest
.
mark
.
timeout
(
3
0
)
@
pytest
.
mark
.
timeout
(
12
0
)
@
pytest
.
mark
.
parametrize
(
[
"store_inputs_in_request"
,
"store_outputs_in_response"
],
[(
False
,
False
),
(
True
,
True
)],
...
...
worker/tests/python/integration/test_consolidated_logging.py
View file @
425be8ad
...
...
@@ -208,7 +208,7 @@ def run(num_requests):
"(not os.path.exists('/usr/local/bin/nats-server'))"
,
reason
=
"NATS.io not present"
,
)
@
pytest
.
mark
.
timeout
(
3
0
)
@
pytest
.
mark
.
timeout
(
12
0
)
@
pytest
.
mark
.
parametrize
(
"consolidate_logs"
,
[
True
,
False
],
...
...
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