mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
Double timeouts for envtests (#355)
This commit is contained in:
parent
8f5f84deb5
commit
264e4beac3
4 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ var _ = Describe("AutoscalingStrategy controller", func() {
|
|||
ClusterAutoscalerDeploymentNamespace = "kube-system"
|
||||
AutoscalingStrategyName = "test-strategy"
|
||||
|
||||
timeout = time.Second * 10
|
||||
timeout = time.Second * 20
|
||||
duration = time.Second * 2
|
||||
interval = time.Millisecond * 250
|
||||
)
|
||||
|
|
|
@ -28,7 +28,7 @@ var _ = Describe("NodeImage controller", func() {
|
|||
secondImage = "image-2"
|
||||
scalingGroupID = "scaling-group"
|
||||
|
||||
timeout = time.Second * 10
|
||||
timeout = time.Second * 20
|
||||
duration = time.Second * 2
|
||||
interval = time.Millisecond * 250
|
||||
)
|
||||
|
|
|
@ -23,7 +23,7 @@ var _ = Describe("PendingNode controller", func() {
|
|||
const (
|
||||
pendingNodeName = "pending-node"
|
||||
|
||||
timeout = time.Second * 10
|
||||
timeout = time.Second * 20
|
||||
duration = time.Second * 2
|
||||
interval = time.Millisecond * 250
|
||||
)
|
||||
|
|
|
@ -21,7 +21,7 @@ var _ = Describe("ScalingGroup controller", func() {
|
|||
nodeImageName = "node-image"
|
||||
scalingGroupName = "test-group"
|
||||
|
||||
timeout = time.Second * 10
|
||||
timeout = time.Second * 20
|
||||
duration = time.Second * 2
|
||||
interval = time.Millisecond * 250
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue