diff --git a/cmd/gogio/e2e_test.go b/cmd/gogio/e2e_test.go index 443a74d2..4b250e08 100644 --- a/cmd/gogio/e2e_test.go +++ b/cmd/gogio/e2e_test.go @@ -110,7 +110,7 @@ func runEndToEndTest(t *testing.T, driver TestDriver, pkgPath string) { // These are the four colors at the beginning. t.Log("taking initial screenshot") - withRetries(t, 2*time.Second, func() error { + withRetries(t, 4*time.Second, func() error { img := driver.Screenshot() size = img.Bounds().Size() // override the default size return checkImageCorners(img, beef, white, black, gray)