diff --git a/src/controller/quota/controller_test.go b/src/controller/quota/controller_test.go index 474953ded..67605d52b 100644 --- a/src/controller/quota/controller_test.go +++ b/src/controller/quota/controller_test.go @@ -85,7 +85,7 @@ func (suite *ControllerTestSuite) TestGetReservedResources() { suite.Len(resources, 1) } - time.Sleep(reservedExpiration) + time.Sleep(reservedExpiration * 2) { resources, err := ctl.getReservedResources(context.TODO(), reference, referenceID)