Skip to content

Commit

Permalink
increase DNS test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
eranharel committed May 25, 2021
1 parent 4b0bd8e commit b5fbfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/dns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestNewHostResolveCheck_noSuchHost(t *testing.T) {

assert.Equal(t, "resolve.I-hope-there-is.no.such.host.com", check.Name(), "check name")

ctx, cancel := context.WithTimeout(context.Background(), 1*time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Second)
defer cancel()
details, err := check.Execute(ctx)

Expand Down

0 comments on commit b5fbfdc

Please sign in to comment.