We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee26243 commit a47ddf0Copy full SHA for a47ddf0
1 file changed
.github/workflows/start_mongo.sh
@@ -10,8 +10,8 @@ $mongodb_dir/bin/mongod \
10
--dbpath $mongodb_dir/data \
11
--logpath $mongodb_dir/mongodb.log \
12
--fork \
13
- --replSet \
14
--setParameter maxTransactionLockRequestTimeoutMillis=1000 \
+ --replSet \
15
mongoengine
16
17
if (( $(echo "$MONGODB < 6.0" | bc -l) )); then
0 commit comments