Skip to content

Commit 86e1ff9

Browse files
authored
test: reduce the join/leave e2e test flakiness (#106)
1 parent 6b1d03a commit 86e1ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/join_and_leave_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ var _ = Describe("Test member cluster join and leave flow", Ordered, Serial, fun
235235

236236
It("should update CRP status to applied to all clusters again automatically after rejoining", func() {
237237
crpStatusUpdatedActual := customizedCRPStatusUpdatedActual(crpName, wantSelectedResources, allMemberClusterNames, nil, "0", true)
238-
Eventually(crpStatusUpdatedActual, eventuallyDuration, eventuallyInterval).Should(Succeed(), "Failed to update CRP status as expected")
238+
Eventually(crpStatusUpdatedActual, workloadEventuallyDuration, eventuallyInterval).Should(Succeed(), "Failed to update CRP status as expected")
239239
})
240240
})
241241

0 commit comments

Comments
 (0)