Skip to content

Commit

Permalink
increase time
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 22, 2024
1 parent aba340f commit 8fe8c30
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(10 * time.Millisecond)
time.Sleep(2000 * time.Millisecond)

return string(out), err
}

0 comments on commit 8fe8c30

Please sign in to comment.