Browse Source

fix: tests

Yeuoly 8 months ago
parent
commit
94554c0934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/cluster/plugin_test.go

+ 1 - 1
internal/cluster/plugin_test.go

@@ -208,7 +208,7 @@ func TestPluginScheduleWhenMasterClusterShutdown(t *testing.T) {
 	hashedIdentity := plugin_entities.HashedIdentity(identity.String())
 	hashedIdentity := plugin_entities.HashedIdentity(identity.String())
 
 
 	ticker := time.NewTicker(time.Second)
 	ticker := time.NewTicker(time.Second)
-	timeout := time.NewTimer(MASTER_GC_INTERVAL * 2)
+	timeout := time.NewTimer(MASTER_GC_INTERVAL * 3)
 	done := false
 	done := false
 	for !done {
 	for !done {
 		select {
 		select {