Skip to content

Commit

Permalink
Bump timeout to 2 minutes because the tests are flakey
Browse files Browse the repository at this point in the history
  • Loading branch information
bsnchan committed Jun 6, 2018
1 parent 909cd3f commit f4ff392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (

const (
RequestInterval = 1 * time.Second
RequestTimeout = 90 * time.Second
RequestTimeout = 2 * time.Minute
)

func waitForRequestToDomainState(address string, spoofDomain string, retryableCodes []int, inState func(body string) (bool, error)) error {
Expand Down

0 comments on commit f4ff392

Please sign in to comment.