Skip to content

Commit 6e65b8a

Browse files
committed
Increase JS tests timeout
1 parent de2d1e2 commit 6e65b8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Some tests are fluky in GitHub Actions, so we increase the timeout.
2+
config.set({
3+
client: {
4+
mocha: {
5+
timeout: 5000
6+
}
7+
},
8+
});

0 commit comments

Comments
 (0)