Skip to content

Commit

Permalink
Extend integration test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 13, 2024
1 parent d0b3487 commit 7d9672a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pulsar/client/test/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def on_update(message):

self.client_manager.ensure_has_status_update_callback(on_update)

def wait(self, seconds=120):
def wait(self, seconds=1200):
final_status = None
if not self.background:
i = 0
Expand Down
2 changes: 1 addition & 1 deletion test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def wrapper(*args, **kwargs):
return outer_wrapper


INTEGRATION_MAXIMUM_TEST_TIME = 120
INTEGRATION_MAXIMUM_TEST_TIME = 1200
integration_test = timed(INTEGRATION_MAXIMUM_TEST_TIME)

TEST_DIR = dirname(__file__)
Expand Down

0 comments on commit 7d9672a

Please sign in to comment.