From 25e2b5f4f21d705179c285eddcde1c1b30d3108d Mon Sep 17 00:00:00 2001 From: Pablo Chico de Guzman Date: Sat, 13 Jun 2020 10:41:45 +0200 Subject: [PATCH] Increase test timeout --- integration/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/integration_test.go b/integration/integration_test.go index b66c03f4640c..3a19311b1770 100644 --- a/integration/integration_test.go +++ b/integration/integration_test.go @@ -257,7 +257,7 @@ func TestAll(t *testing.T) { // Update content in token file updatedContent := fmt.Sprintf("%d", time.Now().Unix()) ioutil.WriteFile(contentPath, []byte(updatedContent), 0644) - time.Sleep(3 * time.Second) + time.Sleep(6 * time.Second) log.Println("getting updated content") c, err = getContent(endpoint, 120)