Caffeinate mac machines before starting the tests

pull/1/head
Caleb James DeLisle 7 years ago
parent 4117eb71cc
commit 81de5d861c

@ -69,6 +69,8 @@ run('npm', ['install'], () => {
'lsof | grep \'TCP .*:hbci (LISTEN)\'' +
' | awk \'{print $2}\' | while read x; do kill $x; done'
], waitFor());
run('bash', ['-c', 'caffeinate -u -t 2'], waitFor());
}
}).nThen((waitFor) => {
run('bower', ['install'], waitFor());

Loading…
Cancel
Save