瀏覽代碼

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…
取消
儲存