Skip to content

Commit 375bbf3

Browse files
committed
Try to stabilize the process_test
1 parent c14d8e6 commit 375bbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/internal/testing/integration/internal/process_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ var _ = Describe("Start method", func() {
144144

145145
Context("when the polling interval is configured", func() {
146146
BeforeEach(func() {
147-
processState.HealthCheckPollInterval = time.Millisecond * 20
147+
processState.HealthCheckPollInterval = time.Millisecond * 150
148148
})
149149

150150
It("hits the endpoint in the configured interval", func() {

0 commit comments

Comments
 (0)