From 84384b38878d4d7f33e30a6e423ed4986efdeddc Mon Sep 17 00:00:00 2001
From: Dmitry Rodionov <d.rodionov@picodata.io>
Date: Sat, 14 Dec 2024 01:38:52 +0300
Subject: [PATCH] test: back to large (default) timeout in
 test_gitlab_763_no_missing_buckets_after_proc_sharding_failure

---
 test/int/test_sharding.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/int/test_sharding.py b/test/int/test_sharding.py
index fb13ccd118..014874db58 100644
--- a/test/int/test_sharding.py
+++ b/test/int/test_sharding.py
@@ -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
     with pytest.raises(AssertionError):
-        i3.wait_online(timeout=2)
+        i3.wait_online()
 
     # Disable the synthetic failure so that instance can come online
     i1.call("pico._inject_error", "PROC_SHARDING_SPURIOUS_FAILURE", False)
-- 
GitLab