Skip to content

Commit fddc5b8

Browse files
committed
Increase JS tests timeout for modules that interact with Firebase emulator
1 parent f6d0156 commit fddc5b8

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-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+
});
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)