aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testsrc
diff options
context:
space:
mode:
authoraclement <aclement>2011-06-20 15:31:12 +0000
committeraclement <aclement>2011-06-20 15:31:12 +0000
commit7ec1a06529960d5d13a100a393e3245bb85d843d (patch)
treebf4ee7533531ecb75d533445e17ba2efa8c43886 /weaver/testsrc
parent72030e668b3e3ef015b61082d568abdcffd8f467 (diff)
downloadaspectj-7ec1a06529960d5d13a100a393e3245bb85d843d.tar.gz
aspectj-7ec1a06529960d5d13a100a393e3245bb85d843d.zip
trying to get these tests to pass on the build machine
Diffstat (limited to 'weaver/testsrc')
-rw-r--r--weaver/testsrc/org/aspectj/weaver/bcel/ZipTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/testsrc/org/aspectj/weaver/bcel/ZipTestCase.java b/weaver/testsrc/org/aspectj/weaver/bcel/ZipTestCase.java
index eb73dac9f..e9ef568b1 100644
--- a/weaver/testsrc/org/aspectj/weaver/bcel/ZipTestCase.java
+++ b/weaver/testsrc/org/aspectj/weaver/bcel/ZipTestCase.java
@@ -55,7 +55,7 @@ public class ZipTestCase extends TestCase {
long startTime = System.currentTimeMillis();
// ensure that a fast cpu doesn't complete file write within 1000ms of start
try {
- Thread.sleep(1000);
+ Thread.sleep(2000);
} catch (InterruptedException e) {
e.printStackTrace();
}