There was an error while loading. Please reload this page.
1 parent 196f71d commit 2ee8179Copy full SHA for 2ee8179
tests/test_client.py
@@ -12,9 +12,9 @@
12
class TestClient(base.IOTestCase):
13
14
# If your IP isn't put on the list of non-throttled IPs, uncomment the
15
- # function below to waist time between tests to prevent throttling.
16
- def tearDown(self):
17
- time.sleep(30.0)
+ # function below to waste time between tests to prevent throttling.
+ #def tearDown(self):
+ # time.sleep(30.0)
18
19
def test_set_key(self):
20
key = "unique_key_id"
0 commit comments