Skip to content

Commit 3a64b66

Browse files
committed
CXX-551 don't set --socket-timeout-ms on OSX (yet)
1 parent 762ef71 commit 3a64b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ cxx_driver_variables:
119119
echo "Starting Mongo Orchestration..."
120120
trap 'set +o errexit; /usr/local/bin/mongo-orchestration stop;' EXIT
121121
echo "{ \"releases\": { \"default\": \"`pwd`/mongodb/bin\" }, \"last_updated\": \"2014-08-29 20:57:00.000000\" }" > orchestration.config
122-
TMPDIR=/data/db /usr/local/bin/mongo-orchestration -f orchestration.config -e default start --socket-timeout-ms=60000
122+
TMPDIR=/data/db /usr/local/bin/mongo-orchestration -f orchestration.config -e default start # --socket-timeout-ms=60000 <- uncomment when OSX builders get new MO
123123
124124
## Other os-specific attributes, grouped by OS
125125

0 commit comments

Comments
 (0)