Skip to content

Commit 806a0d4

Browse files
committed
CSHARP-3659: Reverting hello-timeout blockTimeMS back to 2000ms.
1 parent fd2161e commit 806a0d4

File tree

1 file changed

+2
-2
lines changed
  • tests/MongoDB.Driver.Tests/Specifications/server-discovery-and-monitoring/tests/integration

1 file changed

+2
-2
lines changed

tests/MongoDB.Driver.Tests/Specifications/server-discovery-and-monitoring/tests/integration/hello-timeout.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"appName": "timeoutMonitorHandshakeTest",
2424
"blockConnection": true,
25-
"blockTimeMS": 1000
25+
"blockTimeMS": 2000
2626
}
2727
},
2828
"clientOptions": {
@@ -126,7 +126,7 @@
126126
],
127127
"appName": "timeoutMonitorCheckTest",
128128
"blockConnection": true,
129-
"blockTimeMS": 1000
129+
"blockTimeMS": 2000
130130
}
131131
}
132132
}

0 commit comments

Comments
 (0)