From 101d0ea53085051a678b395685c3a13ef8fdf3d2 Mon Sep 17 00:00:00 2001 From: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Date: Fri, 22 Oct 2021 09:34:40 +0200 Subject: [PATCH] Fix integration test timeout --- integration/tests/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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").