Skip to content

Commit a6ef5eb

Browse files
authored
Update build.xml
1 parent 88ee9f1 commit a6ef5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</condition>
2929

3030
<target name="download-ant" unless="ant.present">
31-
<retry retrycount="3" retrydelay="5000">
31+
<retry retrycount="5" retrydelay="10000">
3232
<sequential>
3333
<get src="${ant.url}" dest="${ant.zip}"
3434
ignoreerrors="${ant.ignorable}"

0 commit comments

Comments
 (0)