mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 15:08:06 +00:00
9 lines
105 B
Go
9 lines
105 B
Go
package defaults
|
|
|
|
import "time"
|
|
|
|
const (
|
|
E2EInterval = 1 * time.Second
|
|
E2ETimeout = 1 * time.Minute
|
|
)
|