Skip to content

Commit

Permalink
try increasing the time
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 22, 2024
1 parent 419c0d4 commit 6526eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cli/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func Exec(args ...string) (string, error) {
return "", errors.Wrap(err, string(out))
}

time.Sleep(1000 * time.Millisecond)
time.Sleep(10000 * time.Millisecond)

return string(out), err
}

0 comments on commit 6526eea

Please sign in to comment.