Skip to content

Commit bc5d7d8

Browse files
committed
Speed up test runs by using REPLICATE_POLL_INTERVAL
1 parent 80ce4e5 commit bc5d7d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_use.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class ClientMode(str, Enum):
1818

1919
# Allow use() to be called in test context
2020
os.environ["REPLICATE_ALWAYS_ALLOW_USE"] = "1"
21+
os.environ["REPLICATE_POLL_INTERVAL"] = "0"
2122

2223

2324
def _deep_merge(base, override):

0 commit comments

Comments
 (0)