]> source.dussan.org Git - sonarqube.git/commitdiff
Try to fix CommandExecutorTest on Windows
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 9 May 2011 11:39:30 +0000 (13:39 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 9 May 2011 11:39:30 +0000 (13:39 +0200)
sonar-plugin-api/src/test/scripts/forever.bat

index 0ecf4e9215a5e93b2ec16dd6403e152054b96594..1fb5b3df951a902de1922823b08b135fd65724fb 100755 (executable)
@@ -1,5 +1,5 @@
 @ECHO OFF
 
 :LOOP
-  @ping 127.0.0.1 -n 2 -w 1000 > nul
+  @ping 1.1.1.1 -n 2 -w 60000 > nul
 GOTO LOOP