Commit 425be8ad authored by glos-nv's avatar glos-nv Committed by GitHub
Browse files

Increase timeouts on failing tests (#78)

parent b9a0ce2c
...@@ -215,7 +215,7 @@ def run(num_requests, store_inputs_in_request=False): ...@@ -215,7 +215,7 @@ def run(num_requests, store_inputs_in_request=False):
"(not os.path.exists('/usr/local/bin/nats-server'))", "(not os.path.exists('/usr/local/bin/nats-server'))",
reason="NATS.io not present", reason="NATS.io not present",
) )
@pytest.mark.timeout(30) @pytest.mark.timeout(120)
@pytest.mark.parametrize( @pytest.mark.parametrize(
["store_inputs_in_request", "store_outputs_in_response"], ["store_inputs_in_request", "store_outputs_in_response"],
[(False, False), (True, True)], [(False, False), (True, True)],
......
...@@ -208,7 +208,7 @@ def run(num_requests): ...@@ -208,7 +208,7 @@ def run(num_requests):
"(not os.path.exists('/usr/local/bin/nats-server'))", "(not os.path.exists('/usr/local/bin/nats-server'))",
reason="NATS.io not present", reason="NATS.io not present",
) )
@pytest.mark.timeout(30) @pytest.mark.timeout(120)
@pytest.mark.parametrize( @pytest.mark.parametrize(
"consolidate_logs", "consolidate_logs",
[True, False], [True, False],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment