Skip to content

Commit 2a3d387

Browse files
author
alex-omophub
committed
Increase rate limit delay in integration tests from 1 second to 2 seconds for improved test reliability.
1 parent 26c9007 commit 2a3d387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def rate_limit_delay(request: pytest.FixtureRequest) -> None:
142142
yield
143143
# Only delay for integration tests
144144
if "integration" in request.keywords:
145-
time.sleep(1)
145+
time.sleep(2)
146146

147147

148148
# Well-known test concept IDs for integration tests

0 commit comments

Comments
 (0)