Skip to content

Commit 206e435

Browse files
author
Perki
committed
continue to increase timing
1 parent 36b02e1 commit 206e435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pryv-monitor/test/socket.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('Monitor + Socket.IO', function () {
1515
});
1616

1717
describe('socket updates', function () {
18-
this.timeout(15000);
18+
this.timeout(25000);
1919
it('Detect new events added', async function () {
2020
const monitor = new pryv.Monitor(apiEndpoint, { limit: 1 })
2121
.addUpdateMethod(new pryv.Monitor.UpdateMethod.Socket());

0 commit comments

Comments
 (0)