From 509bcbed59b1072c928222041c09d2b16d7f1104 Mon Sep 17 00:00:00 2001 From: Brenda Chan Date: Tue, 5 Jun 2018 17:56:33 -0400 Subject: [PATCH] Bump timeout to 2 minutes because the tests are flakey --- test/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/request.go b/test/request.go index 379ab2dd5e96..9bcb1074f3f9 100644 --- a/test/request.go +++ b/test/request.go @@ -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 {