Skip to content

Commit

Permalink
test automation stability
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Nov 30, 2011
1 parent ca19eaa commit 0034efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/scripts/setup.bat
Expand Up @@ -58,11 +58,11 @@ set RETRY=0
%appcmd% start site %site% >> %log%
if %ERRORLEVEL% equ 0 goto started
set /a RETRY+=1
if %RETRY% equ 3 (
if %RETRY% equ 5 (
echo FAILED. Cannot start site %site% after %RETRY% retries.
exit /b -1
)
timeout /T 3 /NOBREAK
timeout /T 10 /NOBREAK
echo Retrying to start the site %site%...
goto retry

Expand Down

0 comments on commit 0034efa

Please sign in to comment.