We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06794bc commit c79726cCopy full SHA for c79726c
test/e2e/main_test.go
@@ -30,7 +30,7 @@ import (
30
31
var framework *operatorFramework.Framework
32
33
-// Wait for test job to finish. Poll for updates every seconds. Time out after 240 seconds.
+// Wait for test job to finish. Poll for updates once a second. Time out after 240 seconds.
34
var TIMEOUT = 240 * time.Second
35
var INTERVAL = 1 * time.Second
36
0 commit comments