Skip to content

Commit 048c29f

Browse files
Merge pull request #586 from rhmdnd/reduce-initial-delay-timer-in-e2e
Reduce initial install delay in e2e
2 parents cd3850d + b6eae6e commit 048c29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const (
6868
certRotationAnnotationKey = "auth.openshift.io/certificate-not-after"
6969
defaultTestGracePeriod = 20
7070
defaultTestInitialDelay = 0
71-
testInitialDelay = 180
71+
testInitialDelay = 30
7272
deamonsetWaitTimeout = 30 * time.Second
7373
legacyReinitOnHost = "/hostroot/etc/kubernetes/aide.reinit"
7474
metricsTestCRBName = "fio-metrics-client"

0 commit comments

Comments
 (0)