Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pchico83 committed Jun 13, 2020
1 parent de43422 commit 25e2b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_test.go
Expand Up @@ -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)
Expand Down

0 comments on commit 25e2b5f

Please sign in to comment.