Skip to content
Snippets Groups Projects
Commit 84384b38 authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

test: back to large (default) timeout in...

test: back to large (default) timeout in test_gitlab_763_no_missing_buckets_after_proc_sharding_failure
parent c7615a91
No related branches found
No related tags found
1 merge request!1511Dkr/investigate flaky
...@@ -293,7 +293,7 @@ def test_gitlab_763_no_missing_buckets_after_proc_sharding_failure(cluster: Clus ...@@ -293,7 +293,7 @@ def test_gitlab_763_no_missing_buckets_after_proc_sharding_failure(cluster: Clus
# Instance cannot become online until vshard is reconfigured # Instance cannot become online until vshard is reconfigured
with pytest.raises(AssertionError): with pytest.raises(AssertionError):
i3.wait_online(timeout=2) i3.wait_online()
# Disable the synthetic failure so that instance can come online # Disable the synthetic failure so that instance can come online
i1.call("pico._inject_error", "PROC_SHARDING_SPURIOUS_FAILURE", False) i1.call("pico._inject_error", "PROC_SHARDING_SPURIOUS_FAILURE", False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment