aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/scripts/forever.bat
blob: a7d921821f5ff278f3a79dd7b76c2fc46aac2ff9 (plain)
1
2
3
4
5
6
@ECHO OFF

:LOOP
  @rem Next line may lead to freeze of build process on Windows 7 due to non-terminated ping-processes
  @rem ping 1.1.1.1 -n 2 -w 60000 > nul
GOTO LOOP