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 8131e45 commit 8b72b52Copy full SHA for 8b72b52
tests-integ/conftest.py
@@ -0,0 +1,6 @@
1
+import pytest
2
+import time
3
+
4
+@pytest.fixture(autouse=True)
5
+def sleep_to_avoid_throttling():
6
+ time.sleep(5)
0 commit comments