Skip to content

Commit cb59371

Browse files
committed
Increase timeout for failing test
1 parent 4a150ef commit cb59371

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web/tests/triggers.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ describe('Triggers', () => {
183183
);
184184
expect(tables.length).eq(2);
185185
},
186-
{ interval: 100 }
186+
{ interval: 100, timeout: 2000 }
187187
);
188188

189189
// close the first Iframe, releasing holds
@@ -199,7 +199,7 @@ describe('Triggers', () => {
199199
);
200200
expect(tables.length).eq(1);
201201
},
202-
{ interval: 100 }
202+
{ interval: 100, timeout: 2000 }
203203
);
204204
});
205205

0 commit comments

Comments
 (0)