aboutsummaryrefslogtreecommitdiff
path: root/tests/BenchLocal.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BenchLocal.java')
-rw-r--r--tests/BenchLocal.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/BenchLocal.java b/tests/BenchLocal.java
index f0b6863..6a21599 100644
--- a/tests/BenchLocal.java
+++ b/tests/BenchLocal.java
@@ -59,6 +59,7 @@ class BenchLocal {
void sleep(int delay) {
log("waiting "+delay+" ms");
+ if (delay==0) return; // a Kaffe bug ?
try { Thread.sleep(delay); } catch (InterruptedException ie) { }
}