mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 23:18:06 +00:00
Increase timeout to 1 minute
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
const (
|
||||
operatorImageName = "1password/onepassword-operator:latest"
|
||||
defaultInterval = 1 * time.Second
|
||||
defaultTimeout = 30 * time.Second
|
||||
defaultTimeout = 1 * time.Minute
|
||||
)
|
||||
|
||||
var _ = Describe("Onepassword Operator e2e", Ordered, func() {
|
||||
|
Reference in New Issue
Block a user