increased deploy sleep
This commit is contained in:
parent
c53bc63520
commit
f5acb49eec
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
<target name="deploy" depends="package">
|
<target name="deploy" depends="package">
|
||||||
<delete file="${deployPath}" quiet="true" />
|
<delete file="${deployPath}" quiet="true" />
|
||||||
<sleep seconds="1"/> <!-- Let Tomcat figure out to redeploy -->
|
<sleep seconds="5"/> <!-- Let Tomcat figure out to redeploy -->
|
||||||
<copy
|
<copy
|
||||||
file="${releaseDir}/Zallery.war"
|
file="${releaseDir}/Zallery.war"
|
||||||
toFile="${deployPath}" />
|
toFile="${deployPath}" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue