Skip to content

Commit ea46f30

Browse files
committed
Correct sleep time
1 parent 0b74a0b commit ea46f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_and_examples/run_query_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, api_key, verbose=False, endpoint_test=True):
4141
self.field_translation = {}
4242

4343
# Sleep time in seconds
44-
self.sleep_time = int(os.environ.get("CLIENT_SLEEP_TIME", 3))
44+
self.sleep_time = int(os.environ.get("CLIENT_SLEEP_TIME", 10))
4545
# Directory containing examples to test
4646
self.path = 'examples/'
4747
# Examples file format

0 commit comments

Comments
 (0)