Skip to content

Commit 2ee8179

Browse files
committed
Comment out client test delay by default.
1 parent 196f71d commit 2ee8179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
class TestClient(base.IOTestCase):
1313

1414
# 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)
15+
# function below to waste time between tests to prevent throttling.
16+
#def tearDown(self):
17+
# time.sleep(30.0)
1818

1919
def test_set_key(self):
2020
key = "unique_key_id"

0 commit comments

Comments
 (0)