We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b02e1 commit 206e435Copy full SHA for 206e435
components/pryv-monitor/test/socket.test.js
@@ -15,7 +15,7 @@ describe('Monitor + Socket.IO', function () {
15
});
16
17
describe('socket updates', function () {
18
- this.timeout(15000);
+ this.timeout(25000);
19
it('Detect new events added', async function () {
20
const monitor = new pryv.Monitor(apiEndpoint, { limit: 1 })
21
.addUpdateMethod(new pryv.Monitor.UpdateMethod.Socket());
0 commit comments