Skip to content

Commit

Permalink
debug release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed May 28, 2024
1 parent 3fe8e22 commit 9f4b652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/balena-tests/balena.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function cleanup() {
remove_update_lock

# crash loop backoff
sleep "$(( (RANDOM % 5) + 5 ))s"
sleep "$(( (RANDOM % 300) + 300 ))s"
}
trap 'cleanup' EXIT

Expand Down

0 comments on commit 9f4b652

Please sign in to comment.