We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ce4e5 commit bc5d7d8Copy full SHA for bc5d7d8
1 file changed
tests/test_use.py
@@ -18,6 +18,7 @@ class ClientMode(str, Enum):
18
19
# Allow use() to be called in test context
20
os.environ["REPLICATE_ALWAYS_ALLOW_USE"] = "1"
21
+os.environ["REPLICATE_POLL_INTERVAL"] = "0"
22
23
24
def _deep_merge(base, override):
0 commit comments