summaryrefslogtreecommitdiff
path: root/buildscripts/antithesis
diff options
context:
space:
mode:
authortrahman1318 <tausif.rahman@mongodb.com>2021-12-08 17:29:24 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-08 18:40:23 +0000
commit1417255ee5c2df09454bb55cc494ab05e549586d (patch)
tree54ee50902d279432439562b691a9cc6300210ea1 /buildscripts/antithesis
parenta273e23980be943fe030331403ca2254464ebb1d (diff)
downloadmongo-1417255ee5c2df09454bb55cc494ab05e549586d.tar.gz
SERVER-61809 Change Antithesis heartbeatTimeoutSecs to 1 second
Diffstat (limited to 'buildscripts/antithesis')
-rwxr-xr-xbuildscripts/antithesis/workload/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/antithesis/workload/init.sh b/buildscripts/antithesis/workload/init.sh
index 57c90d17176..52dfe5f75c3 100755
--- a/buildscripts/antithesis/workload/init.sh
+++ b/buildscripts/antithesis/workload/init.sh
@@ -1,5 +1,5 @@
sleep 5s
-mongo --host database1 --port 27017 --eval "config={\"_id\" : \"RollbackFuzzerTest\",\"protocolVersion\" : 1,\"members\" : [{\"_id\" : 0,\"host\" : \"database1:27017\"}, {\"_id\" : 1,\"host\" : \"database2:27017\"}, {\"_id\" : 2,\"host\" : \"database3:27017\"} ],\"settings\" : {\"chainingAllowed\" : false,\"electionTimeoutMillis\" : 500, \"heartbeatTimeoutSecs\" : 700, \"catchUpTimeoutMillis\": 700}}; rs.initiate(config)"
+mongo --host database1 --port 27017 --eval "config={\"_id\" : \"RollbackFuzzerTest\",\"protocolVersion\" : 1,\"members\" : [{\"_id\" : 0,\"host\" : \"database1:27017\"}, {\"_id\" : 1,\"host\" : \"database2:27017\"}, {\"_id\" : 2,\"host\" : \"database3:27017\"} ],\"settings\" : {\"chainingAllowed\" : false,\"electionTimeoutMillis\" : 500, \"heartbeatTimeoutSecs\" : 1, \"catchUpTimeoutMillis\": 700}}; rs.initiate(config)"
mongo --host database1 --eval "rs.config()"