From 68fbc9583365b532e9e5144332c7a9016603c39a Mon Sep 17 00:00:00 2001 From: deads2k Date: Fri, 27 Feb 2015 16:36:31 -0500 Subject: [PATCH] extend the wait time for the project authorization cache --- test/integration/authorization_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {