Преглед изворни кода

trying to get these tests to pass on the build machine

tags/V1_6_12M2
aclement пре 13 година
родитељ
комит
7ec1a06529
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      weaver/testsrc/org/aspectj/weaver/bcel/ZipTestCase.java

+ 1
- 1
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();
}

Loading…
Откажи
Сачувај