Skip to content

Commit 9eeaa82

Browse files
Test: Increased time til timeout
1 parent 3fe69cb commit 9eeaa82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/iter/to-regex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ describe("toRegex", function () {
137137
});
138138

139139
it("should limit the number of AST nodes", function () {
140+
this.timeout(60 * 1000);
140141
this.slow(1000);
141142

142143
const a = literalToNFA(

0 commit comments

Comments
 (0)