Skip to content

Commit ee4fdd4

Browse files
committed
Correct sleep time
1 parent 43b1c64 commit ee4fdd4

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 = 5;
41+
this.sleepTime = 10;
4242
// Directory containing examples to test
4343
this.path = 'examples/';
4444
// Examples file format

0 commit comments

Comments
 (0)