Skip to content

Commit 9483038

Browse files
committed
increase timeoutms (match with the spec tests)
1 parent 9895776 commit 9483038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/transactions-convenient-api/transactions-convenient-api.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ describe('Retry Timeout is Enforced', function () {
111111
let collection: Collection;
112112

113113
beforeEach(async function () {
114-
client = this.configuration.newClient({ timeoutMS: 100 });
114+
client = this.configuration.newClient({ timeoutMS: 500 });
115115
collection = client.db('foo').collection('bar');
116116
});
117117

0 commit comments

Comments
 (0)