Skip to content

Commit b770801

Browse files
10s to sleep
1 parent 2cb182f commit b770801

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
@@ -44,7 +44,7 @@ def __init__(self, api_key, verbose=False):
4444
self.column_translation = {}
4545

4646
# Sleep time in seconds
47-
self.sleep_time = int(os.environ.get("CLIENT_SLEEP_TIME", 20))
47+
self.sleep_time = int(os.environ.get("CLIENT_SLEEP_TIME", 10))
4848
# Directory containing examples to test
4949
self.path = 'examples/'
5050
# Examples file format

0 commit comments

Comments
 (0)