Skip to content

Commit 610db96

Browse files
committed
back to 5seconds
1 parent 1b43ec8 commit 610db96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/client-side-operations-timeout/node_csot.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,15 +906,15 @@ describe('CSOT driver tests', metadata, () => {
906906
data: {
907907
failCommands: ['getMore'],
908908
blockConnection: true,
909-
blockTimeMS: onSharded ? 1100 : 120
909+
blockTimeMS: onSharded ? 5100 : 120
910910
}
911911
};
912912

913913
await internalClient.db().admin().command(failpoint);
914914
cs = client
915915
.db('db')
916916
.collection('coll')
917-
.watch([], { timeoutMS: onSharded ? 1000 : 100 });
917+
.watch([], { timeoutMS: onSharded ? 5000 : 100 });
918918
errorIter = on(cs, 'error');
919919
cs.on('change', () => {
920920
// Add empty listener just to get the change stream running

0 commit comments

Comments
 (0)