From 415fa3305f09b935241d1e38392e33158b60f72f Mon Sep 17 00:00:00 2001
From: Georgy Moshkin <gmoshkin@picodata.io>
Date: Mon, 19 Aug 2024 17:29:07 +0300
Subject: [PATCH] test: reduce test_sdk_log flakiness

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

diff --git a/test/int/test_plugin.py b/test/int/test_plugin.py
index ff7a0e42de..92eb7b6aa9 100644
--- a/test/int/test_plugin.py
+++ b/test/int/test_plugin.py
@@ -2094,7 +2094,7 @@ def test_sdk_log(cluster: Cluster):
         migrate=True,
         default_config={"test_type": "log"},
     )
-    assert crawler.matched
+    crawler.wait_matched()
 
 
 @pytest.mark.webui
-- 
GitLab