Skip to content

Commit 8901b67

Browse files
committed
enable CSOT by default for benchmarks
1 parent 7a37fd8 commit 8901b67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/benchmarks/driverBench/common.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ function loadSpecString(filePath) {
2424
}
2525

2626
function makeClient() {
27-
this.client = new MongoClient(process.env.MONGODB_URI || 'mongodb://127.0.0.1:27017');
27+
this.client = new MongoClient(process.env.MONGODB_URI || 'mongodb://127.0.0.1:27017', {
28+
timeoutMS: 0
29+
});
2830
}
2931

3032
function connectClient() {

0 commit comments

Comments
 (0)