Skip to content

Commit

Permalink
Merge pull request #777 from alenkacz/av/health-test-stabilize
Browse files Browse the repository at this point in the history
🏃 (:running:, other) Try to stabilize the flaky process_test
  • Loading branch information
k8s-ci-robot committed Feb 4, 2020
2 parents 066ff64 + 375bbf3 commit 65d0423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/internal/testing/integration/internal/process_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ var _ = Describe("Start method", func() {

Context("when the polling interval is configured", func() {
BeforeEach(func() {
processState.HealthCheckPollInterval = time.Millisecond * 20
processState.HealthCheckPollInterval = time.Millisecond * 150
})

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

0 comments on commit 65d0423

Please sign in to comment.