var defaultTimeouts … type TimeoutContext … // NewTimeoutContext returns a TimeoutContext with all values set either to // hard-coded defaults or a value that was configured when running the E2E // suite. Should be called after command line parsing. func NewTimeoutContext() *TimeoutContext { … } // PollInterval defines how long to wait between API server queries while // waiting for some condition. // // This value is the default for gomega.Eventually and gomega.Consistently. func PollInterval() time.Duration { … }