Skip to content

Commit c66dc7f

Browse files
committed
change timeoutMS to match spec
1 parent 733980c commit c66dc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/client-side-operations-timeout/client_side_operations_timeout.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ describe('CSOT spec prose tests', function () {
248248
await coll.insertOne({ x: 1 });
249249
await internalClient.db().admin().command(failpoint);
250250

251-
client = this.configuration.newClient(undefined, { monitorCommands: true, timeoutMS: 50 });
251+
client = this.configuration.newClient(undefined, { monitorCommands: true, timeoutMS: 20 });
252252
commandStarted = [];
253253
commandSucceeded = [];
254254

0 commit comments

Comments
 (0)