Browse Source

Add an extra second in the hope this fixes the inconsistent test on Gump

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1556438 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 11 years ago
parent
commit
f079bd6d5c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/testcases/taskdefs/jar.xml

+ 1
- 1
src/etc/testcases/taskdefs/jar.xml View File

@@ -60,7 +60,7 @@
</target> </target>


<target name="testRecreateNewerFileSetup" depends="test4"> <target name="testRecreateNewerFileSetup" depends="test4">
<sleep seconds="2"/>
<sleep seconds="3"/>
<touch file="jar.xml"/> <touch file="jar.xml"/>
</target> </target>




Loading…
Cancel
Save