Skip to content

Commit 227bb9d

Browse files
authored
chore: adding sleep 5 to IGNORED_COMMANDS (#5908)
* chore: adding sleep 5 to IGNORED_COMMANDS
1 parent 19b321e commit 227bb9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/build/src/core/lingering.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const IGNORED_COMMANDS = [
6666

6767
// Internal buildbot commands
6868
'[build]',
69+
'sleep 5',
6970
/buildbot.*\[node]/,
7071
// buildbot's main Bash script
7172
'/opt/build-bin/build',

0 commit comments

Comments
 (0)