diff --git a/tests/integration/cli/exec.go b/tests/integration/cli/exec.go index 3b34fd0a7..363c7b660 100644 --- a/tests/integration/cli/exec.go +++ b/tests/integration/cli/exec.go @@ -14,7 +14,7 @@ func Exec(args ...string) (string, error) { return "", errors.Wrap(err, string(out)) } - time.Sleep(2 * time.Second) + time.Sleep(10 * time.Millisecond) return string(out), err }