From cb3fde3182d335f49c61c4f61fe76b7f500da730 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 25 Dec 2024 19:55:18 +0200 Subject: [PATCH] Increate timeout for test test_get_multiple_2000_store_messages --- tests/store/test_cursor_many_msgs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/store/test_cursor_many_msgs.py b/tests/store/test_cursor_many_msgs.py index b34fdaa7..618ba218 100644 --- a/tests/store/test_cursor_many_msgs.py +++ b/tests/store/test_cursor_many_msgs.py @@ -10,6 +10,7 @@ from src.steps.store import StepsStore class TestCursorManyMessages(StepsStore): # we implicitly test the reusabilty of the cursor for multiple nodes + @pytest.mark.timeout(540) def test_get_multiple_2000_store_messages(self): expected_message_hash_list = [] for i in range(2000):