Skip to content

Commit 92f6209

Browse files
authored
Enable 2 Storage Servers per default in test cases (#1904)
1 parent f7279ec commit 92f6209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/fixtures/cluster_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func (config *ClusterConfig) SetDefaults(factory *Factory) {
138138
}
139139

140140
if config.StorageServerPerPod == 0 {
141-
config.StorageServerPerPod = 1
141+
config.StorageServerPerPod = 2
142142
}
143143

144144
if config.CreationCallback == nil {

0 commit comments

Comments
 (0)