Increate timeout for test test_get_multiple_2000_store_messages

This commit is contained in:
aya 2024-12-25 19:55:18 +02:00
parent 31e26a61c4
commit cb3fde3182

View File

@ -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):