Skip to content

Commit

Permalink
reduce test time
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed Nov 11, 2022
1 parent ca92b79 commit adcbc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/test/component/workloadinstancecontroller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ var _ = Describe("KeptnWorkloadInstanceController", Ordered, func() {
g.Expect(err).To(BeNil())
g.Expect(wi).To(Not(BeNil()))
g.Expect(wi.Status.CurrentPhase).To(BeEmpty())
}, "10s").Should(Succeed())
}, "3s").Should(Succeed())
})
AfterEach(func() {
// Remember to clean up the cluster after each test
Expand Down

0 comments on commit adcbc2e

Please sign in to comment.