Skip to content

Commit c5863a6

Browse files
committed
Correct sleep time
1 parent 3f80fe2 commit c5863a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_and_examples/runQueryTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class SlicingDiceTester {
3838
this.columnTranslation = {}
3939

4040
// Sleep Time in seconds
41-
this.sleepTime = 10;
41+
this.sleepTime = 20;
4242
// Directory containing examples to test
4343
this.path = 'examples/';
4444
// Examples file format

0 commit comments

Comments
 (0)