Skip to content

Commit c8d5f1f

Browse files
authored
Merge pull request #10 from SlicingDice/feature/correct-tests
Increase sleep time between tests
2 parents 207dcd4 + 1d0fe46 commit c8d5f1f

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
@@ -42,7 +42,7 @@ def __init__(self, api_key, verbose=False, endpoint_test=True):
4242
self.field_translation = {}
4343

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

0 commit comments

Comments
 (0)