Skip to content

Commit

Permalink
Adds longer polling interval to lighten resource burden (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt authored Oct 4, 2022
1 parent 29c3880 commit d3c1666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func TestIntegration(t *testing.T) {
Expect(err).ToNot(HaveOccurred())

SetDefaultEventuallyTimeout(5 * time.Second)
SetDefaultEventuallyPollingInterval(100 * time.Millisecond)

suite := spec.New("Integration", spec.Report(report.Terminal{}), spec.Parallel())
suite("Caching", testCaching)
Expand Down

0 comments on commit d3c1666

Please sign in to comment.