Skip to content

Commit

Permalink
Increate timeout for test test_get_multiple_2000_store_messages
Browse files Browse the repository at this point in the history
  • Loading branch information
AYAHASSAN287 committed Dec 25, 2024
1 parent 31e26a6 commit cb3fde3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/store/test_cursor_many_msgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
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):
Expand Down

0 comments on commit cb3fde3

Please sign in to comment.