소스 검색

fix: tests

Yeuoly 8 달 전
부모
커밋
94554c0934
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {