diff --git a/integration-tests/crib/ocr_test.go b/integration-tests/crib/ocr_test.go index b84af02a196..80ccd08dbdb 100644 --- a/integration-tests/crib/ocr_test.go +++ b/integration-tests/crib/ocr_test.go @@ -50,5 +50,5 @@ func TestCRIB(t *testing.T) { return false } return true - }, 3*time.Minute, 5*time.Second) + }, 10*time.Minute, 5*time.Second) }