Skip to content

Commit

Permalink
Real fix: give windows more time
Browse files Browse the repository at this point in the history
[#166194811]

Co-authored-by: Aakash Shah <[email protected]>
  • Loading branch information
christarazi and Aakash Shah committed Jul 1, 2019
1 parent 7eea2f5 commit 5d607ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/bosh-dns/integration-tests/recursors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,9 @@ var _ = Describe("Integration", func() {
recursorEnv.stop()
secondTestRecursor.stop()

dnsResponse := helpers.DigWithOptions(testQuestion, environment.ServerAddress(),
helpers.DigWithOptions(testQuestion, environment.ServerAddress(),
helpers.DigOpts{Port: environment.Port(), SkipErrCheck: true, SkipRcodeCheck: true})
Expect(dnsResponse.Rcode).To(Equal(dns.RcodeServerFailure))
Eventually(environment.Output()).Should(gbytes.Say(`no response from recursors`))
Eventually(environment.Output(), 10*time.Second).Should(gbytes.Say(`no response from recursors`))
})
})
})
Expand Down

0 comments on commit 5d607ed

Please sign in to comment.