We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3663919 + 4b91f77 commit dc2a19dCopy full SHA for dc2a19d
tests/ConnectionTest.php
@@ -350,8 +350,8 @@ public function testPingMethod()
350
'dsn' => env('MONGODB_URI', 'mongodb://127.0.0.1/'),
351
'database' => 'unittest',
352
'options' => [
353
- 'connectTimeoutMS' => 100,
354
- 'serverSelectionTimeoutMS' => 250,
+ 'connectTimeoutMS' => 1000,
+ 'serverSelectionTimeoutMS' => 6000,
355
],
356
];
357
tests/config/database.php
@@ -10,8 +10,8 @@
10
11
'database' => env('MONGODB_DATABASE', 'unittest'),
12
13
14
15
16
17
0 commit comments