Browse Source

trying to get these tests to pass on the build machine

tags/V1_6_12M2
aclement 13 years ago
parent
commit
7ec1a06529
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      weaver/testsrc/org/aspectj/weaver/bcel/ZipTestCase.java

+ 1
- 1
weaver/testsrc/org/aspectj/weaver/bcel/ZipTestCase.java View File

long startTime = System.currentTimeMillis(); long startTime = System.currentTimeMillis();
// ensure that a fast cpu doesn't complete file write within 1000ms of start // ensure that a fast cpu doesn't complete file write within 1000ms of start
try { try {
Thread.sleep(1000);
Thread.sleep(2000);
} catch (InterruptedException e) { } catch (InterruptedException e) {
e.printStackTrace(); e.printStackTrace();
} }

Loading…
Cancel
Save