Skip to content

Commit b85f84a

Browse files
Increase sleep time
1 parent 45990e2 commit b85f84a

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
@@ -39,7 +39,7 @@ def __init__(self, api_key, verbose=False):
3939
# Translation table for fields with timestamp
4040
self.field_translation = {}
4141

42-
self.sleep_time = 10 # seconds
42+
self.sleep_time = 30 # seconds
4343
self.path = 'examples/' # Directory containing examples to test
4444
self.extension = '.json' # Examples file format
4545

0 commit comments

Comments
 (0)