Skip to content

Commit

Permalink
shorten the check interval
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Nov 24, 2024
1 parent 561616a commit 4d1f69b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4d1f69b

Please sign in to comment.