소스 검색

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…
취소
저장