diff --git a/components/odh-notebook-controller/controllers/notebook_controller_test.go b/components/odh-notebook-controller/controllers/notebook_controller_test.go index 83605767e67..fb602707cfb 100644 --- a/components/odh-notebook-controller/controllers/notebook_controller_test.go +++ b/components/odh-notebook-controller/controllers/notebook_controller_test.go @@ -49,7 +49,7 @@ var _ = Describe("The Openshift Notebook controller", func() { // Define utility constants for testing timeouts/durations and intervals. const ( duration = 10 * time.Second - interval = 2 * time.Second + interval = 111 * time.Millisecond ) When("Creating a Notebook", func() {