ソースを参照

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

読み込み中…
キャンセル
保存