Unverified Commit ae140cd3 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update power.sh

parent e202609b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ finish() {
  mKill "${pids[@]}"
  closeNetwork

  if [ -n "$pid" ] && ! waitPid "$pid" 100; then
  if [ -n "$pid" ] && ! waitPid "$pid" 10; then
    warn "Timed out while waiting for $(app) to exit!"
  fi