diff --git a/test/integration/authorization_test.go b/test/integration/authorization_test.go index e26e12d987ce..43f04c074e08 100644 --- a/test/integration/authorization_test.go +++ b/test/integration/authorization_test.go @@ -71,7 +71,7 @@ func TestRestrictedAccessForProjectAdmins(t *testing.T) { } // wait for the project authorization cache to catch the change. It is on a one second period - time.Sleep(2 * time.Second) + time.Sleep(5 * time.Second) haroldProjects, err := haroldClient.Projects().List(labels.Everything(), labels.Everything()) if err != nil {