We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ee9f1 commit a6ef5ebCopy full SHA for a6ef5eb
app/build.xml
@@ -28,7 +28,7 @@
28
</condition>
29
30
<target name="download-ant" unless="ant.present">
31
- <retry retrycount="3" retrydelay="5000">
+ <retry retrycount="5" retrydelay="10000">
32
<sequential>
33
<get src="${ant.url}" dest="${ant.zip}"
34
ignoreerrors="${ant.ignorable}"
0 commit comments