File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
test/Liquid.Repository.Mongo.Tests Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ public IServiceCollectionExtensionsTests()
2828 {
2929 var options = new MongoRunnerOptions
3030 {
31- UseSingleNodeReplicaSet = false ,
31+ UseSingleNodeReplicaSet = true ,
3232 AdditionalArguments = "--quiet" ,
33- MongoPort = 27018 ,
3433 ConnectionTimeout = TimeSpan . FromSeconds ( 60 ) ,
34+ ReplicaSetSetupTimeout = TimeSpan . FromSeconds ( 60 ) ,
3535 } ;
3636
3737 _runner = MongoRunner . Run ( options ) ;
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ public MongoClientFactoryTests()
2020 {
2121 var options = new MongoRunnerOptions
2222 {
23- UseSingleNodeReplicaSet = false ,
23+ UseSingleNodeReplicaSet = true ,
2424 AdditionalArguments = "--quiet" ,
25- MongoPort = 27017 ,
26- ConnectionTimeout = TimeSpan . FromSeconds ( 60 )
25+ ConnectionTimeout = TimeSpan . FromSeconds ( 60 ) ,
26+ ReplicaSetSetupTimeout = TimeSpan . FromSeconds ( 60 ) ,
2727 } ;
2828
2929 _runner = MongoRunner . Run ( options ) ;
You can’t perform that action at this time.
0 commit comments