Skip to content

Commit 2294863

Browse files
committed
Increase timeout for watchmode test since it may fail sometimes
1 parent 2a8ff2f commit 2294863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler/watchmode.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ test.each([
6464

6565
expect(initialResultLua).not.toEqual(updatedResultLua);
6666
},
67-
10000,
67+
20000,
6868
);

0 commit comments

Comments
 (0)