We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bd00b commit 87602d1Copy full SHA for 87602d1
1 file changed
tests/io/kinesis/conftest.py
@@ -1,6 +1,5 @@
1
# ruff: noqa: E402
2
import logging
3
-import time
4
import typing
5
6
import pytest
@@ -68,7 +67,6 @@ def reset_streams(self):
68
67
raise
69
waiter = kinesis_client.get_waiter("stream_not_exists")
70
waiter.wait(StreamName=stream_name, WaiterConfig={"Delay": 0.3, "MaxAttempts": 15})
71
- time.sleep(0.25)
72
73
def get_connection_url_kinesis(self):
74
url = URL(self.container.get_url())
0 commit comments