aboutsummaryrefslogtreecommitdiff
path: root/test/fuse_integration/framework.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuse_integration/framework.go')
-rw-r--r--test/fuse_integration/framework.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuse_integration/framework.go b/test/fuse_integration/framework.go
index 9cff1badb..000dddbfe 100644
--- a/test/fuse_integration/framework.go
+++ b/test/fuse_integration/framework.go
@@ -175,6 +175,7 @@ func (f *FuseTestFramework) startMaster(config *TestConfig) error {
"-port=19333",
"-mdir=" + filepath.Join(f.dataDir, "master"),
"-raftBootstrap",
+ "-peers=none", // Faster startup when no multiple masters needed
}
if config.EnableDebug {
args = append(args, "-v=4")