Skip to content

Commit 23ce744

Browse files
committed
test_ec: Increase 'sleep_time' when waiting for queries
This should prevent/reduce tests' flakes. CMK-22451 Change-Id: Ib0a49ae0b6f9f7280a4103555bd56dd47be9fee2 (cherry picked from commit c5d51d9)
1 parent d065915 commit 23ce744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/cmk/ec/test_ec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def _generate_message_via_syslog(
147147
def _wait_for_queried_column(
148148
site: Site,
149149
query: str,
150-
sleep_time: float = 1,
150+
sleep_time: float = 2,
151151
max_count: int = 20,
152152
strict: bool = True,
153153
) -> list[str]:

0 commit comments

Comments
 (0)