Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 317c3e3

Browse files
committed
修复单测
1 parent 2e1dba0 commit 317c3e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module-controller/internal/controller/moduledeployment_controller_operation_strategy_suit_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ var _ = Describe("ModuleDeployment Controller OperationStrategy Test", func() {
695695
It("2. check if use Beta strategy", func() {
696696
Eventually(func() error {
697697
return checkModuleDeploymentReplicas(nn, 1)
698-
})
698+
}, timeout, interval).Should(Succeed())
699699
})
700700

701701
It("3. clean environment", func() {
@@ -745,7 +745,7 @@ var _ = Describe("ModuleDeployment Controller OperationStrategy Test", func() {
745745
It("2. check if use Beta strategy", func() {
746746
Eventually(func() error {
747747
return checkModuleDeploymentReplicas(nn, 1)
748-
})
748+
}, timeout, interval).Should(Succeed())
749749
})
750750

751751
It("3. clean environment", func() {

0 commit comments

Comments
 (0)