Skip to content

Commit 65d0423

Browse files
authored
Merge pull request #777 from alenkacz/av/health-test-stabilize
🏃 (:running:, other) Try to stabilize the flaky process_test
2 parents 066ff64 + 375bbf3 commit 65d0423

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)