File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ cxx_driver_variables:
106
106
echo "Starting Mongo Orchestration..."
107
107
echo "{ \"releases\": { \"default\": \"c:\\\\mongodb\\\\bin\" }, \"last_updated\": \"2014-08-29 20:57:00.000000\" }" > orchestration.config
108
108
mongo-orchestration -f orchestration.config -e default -s wsgiref start --socket-timeout-ms=60000
109
+ sleep 15
109
110
linux : &mongo_orchestration_linux
110
111
# # we are going to manually install mongo-orchestration for now on Linux until it is stable enough that we don't always to install from HEAD
111
112
start_mongo_orchestration : |
@@ -114,12 +115,14 @@ cxx_driver_variables:
114
115
echo "Starting Mongo Orchestration..."
115
116
echo "{ \"releases\": { \"default\": \"`pwd`/mongodb/bin\" }, \"last_updated\": \"2014-08-29 20:57:00.000000\" }" > orchestration.config
116
117
TMPDIR=/data/db mongo-orchestration -f orchestration.config -e default start --socket-timeout-ms=60000
118
+ sleep 15
117
119
osx : &mongo_orchestration_osx
118
120
start_mongo_orchestration : |
119
121
echo "Starting Mongo Orchestration..."
120
122
trap 'set +o errexit; /usr/local/bin/mongo-orchestration stop;' EXIT
121
123
echo "{ \"releases\": { \"default\": \"`pwd`/mongodb/bin\" }, \"last_updated\": \"2014-08-29 20:57:00.000000\" }" > orchestration.config
122
124
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
125
+ sleep 15
123
126
124
127
# # Other os-specific attributes, grouped by OS
125
128
You can’t perform that action at this time.
0 commit comments