Skip to content

Commit

Permalink
chore: adding sleep 5 to IGNORED_COMMANDS (#5908)
Browse files Browse the repository at this point in the history
* chore: adding sleep 5 to IGNORED_COMMANDS
  • Loading branch information
mlgualtieri authored Nov 15, 2024
1 parent 19b321e commit 227bb9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/build/src/core/lingering.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const IGNORED_COMMANDS = [

// Internal buildbot commands
'[build]',
'sleep 5',
/buildbot.*\[node]/,
// buildbot's main Bash script
'/opt/build-bin/build',
Expand Down

0 comments on commit 227bb9d

Please sign in to comment.