Caffeinate mac machines before starting the tests
This commit is contained in:
parent
4117eb71cc
commit
81de5d861c
@ -69,6 +69,8 @@ run('npm', ['install'], () => {
|
|||||||
'lsof | grep \'TCP .*:hbci (LISTEN)\'' +
|
'lsof | grep \'TCP .*:hbci (LISTEN)\'' +
|
||||||
' | awk \'{print $2}\' | while read x; do kill $x; done'
|
' | awk \'{print $2}\' | while read x; do kill $x; done'
|
||||||
], waitFor());
|
], waitFor());
|
||||||
|
|
||||||
|
run('bash', ['-c', 'caffeinate -u -t 2'], waitFor());
|
||||||
}
|
}
|
||||||
}).nThen((waitFor) => {
|
}).nThen((waitFor) => {
|
||||||
run('bower', ['install'], waitFor());
|
run('bower', ['install'], waitFor());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user