Skip to content

Commit 2e48f54

Browse files
increase timeout for range operater tests
1 parent 4bed3bd commit 2e48f54

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/test-suite/groups/range-operator/case021.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"expr": "[1..10000000] ~> $count()",
33
"dataset": null,
44
"bindings": {},
5-
"result": 1e7
5+
"result": 1e7,
6+
"timelimit": 10000,
7+
"depth": 10
68
}

test/test-suite/groups/range-operator/case024.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"expr": "[100..10000099] ~> $count()",
33
"dataset": null,
44
"bindings": {},
5-
"result": 1e7
5+
"result": 1e7,
6+
"timelimit": 10000,
7+
"depth": 10
68
}

0 commit comments

Comments
 (0)