Skip to content

Commit

Permalink
true
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Feb 14, 2020
1 parent b7b5307 commit 5a9cc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/e2e.windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ echo "ps -ef..."
ps -ef
echo "Killing pids: $VERDACCIO_PID"

for i in {1..250}
for i in {1..2500}
do
kill -9 $i
kill -9 $i || true
done

sleep 5
Expand Down

0 comments on commit 5a9cc3d

Please sign in to comment.