Skip to content

Commit b4ed889

Browse files
committed
TMP
1 parent 413aef8 commit b4ed889

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/integration-tests/test_cluster_node_shutdown.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ def test_open_queue_while_cluster_blips_quorum(
238238

239239
# Having a new client to open that queue a second time should succeed
240240
self.producer3 = self.proxy2.create_client("producer3")
241-
self.producer3.open(du.uri_priority_2, flags=["write", "ack"], block=True)
241+
self.producer3.open(
242+
du.uri_priority_2, flags=["write", "ack"], block=True, timeout=30
243+
)
242244

243245
def test_open_queue_while_cluster_KEKW_TODO(
244246
self, multi_node: Cluster, domain_urls: tc.DomainUrls

0 commit comments

Comments
 (0)