Commit 8e89680d authored by Jeremy Mikola's avatar Jeremy Mikola

Reduce default server selection timeout for tests

This should avoid hanging test builds if mongod fails to start.
parent 9d218a73
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<php> <php>
<ini name="error_reporting" value="-1"/> <ini name="error_reporting" value="-1"/>
<env name="MONGODB_URI" value="mongodb://127.0.0.1:27017"/> <env name="MONGODB_URI" value="mongodb://127.0.0.1:27017/?serverSelectionTimeoutMS=100"/>
<env name="MONGODB_DATABASE" value="phplib_test"/> <env name="MONGODB_DATABASE" value="phplib_test"/>
</php> </php>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment