Yeuoly 8 hónapja%!(EXTRA string=óta)
szülő
commit
94554c0934
1 módosított fájl, 1 hozzáadás és 1 törlés
  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())
 
 	ticker := time.NewTicker(time.Second)
-	timeout := time.NewTimer(MASTER_GC_INTERVAL * 2)
+	timeout := time.NewTimer(MASTER_GC_INTERVAL * 3)
 	done := false
 	for !done {
 		select {