Yeuoly hai 8 meses
pai
achega
94554c0934
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {