We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51886ba commit a207a1aCopy full SHA for a207a1a
tests/integration/test_storage_nats/test.py
@@ -50,6 +50,7 @@ def wait_nats_to_start(nats_port, ssl_ctx=None, timeout=180):
50
51
assert False, "NATS is unavailable"
52
53
+# function to check if nats is paused, because in some cases we successfully connected to it after calling pause_container
54
def wait_nats_paused(nats_port, ssl_ctx=None, timeout=180):
55
start = time.time()
56
while time.time() - start < timeout:
0 commit comments