Skip to content

Commit

Permalink
Trying other fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Jun 11, 2011
1 parent d52cb65 commit 89adab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/replicaset/insert_test.js
Expand Up @@ -47,7 +47,8 @@ module.exports = testCase({
// Create instance of replicaset manager but only for the first call
if(!serversUp && !noReplicasetStart) {
serversUp = true;
RS = new ReplicaSetManager({retries:120, arbiter_count:0, passive_count:1});
// RS = new ReplicaSetManager({retries:120, arbiter_count:0, passive_count:1});
RS = new ReplicaSetManager({retries:120});
RS.startSet(true, function(err, result) {
if(err != null) throw err;
// Finish setup
Expand Down

0 comments on commit 89adab4

Please sign in to comment.