Skip to content

Commit

Permalink
Longer wait after cache rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jan 1, 2021
1 parent b728854 commit 164d430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ddevapp/ddevapp_test.go
Expand Up @@ -1340,7 +1340,7 @@ func TestDdevFullSiteSetup(t *testing.T) {
})
_ = stdout
assert.NoError(err, "could not run indexer, stderr=%v", stderr)
time.Sleep(2 * time.Second)
time.Sleep(5 * time.Second)
}
// Test static content.
_, _ = testcommon.EnsureLocalHTTPContent(t, app.GetHTTPSURL()+site.Safe200URIWithExpectation.URI, site.Safe200URIWithExpectation.Expect)
Expand Down

0 comments on commit 164d430

Please sign in to comment.