diff --git a/integration/tests/params.go b/integration/tests/params.go index a6c1632506..08d04d1df3 100644 --- a/integration/tests/params.go +++ b/integration/tests/params.go @@ -94,7 +94,7 @@ func (p *Params) GenerateCommands() { p.EksctlGetCmd = p.EksctlCmd. WithArgs("get"). - WithTimeout(1 * time.Minute) + WithTimeout(2 * time.Minute) p.EksctlSetLabelsCmd = p.EksctlCmd. WithArgs("set", "labels").