0.9 sec -> 1.0 sec

This commit is contained in:
Trustin Lee 2009-03-22 15:10:13 +00:00
parent acf7a9d46f
commit 0aa5803632

View File

@ -55,6 +55,6 @@ public class ImmediateExecutorTest {
} }
} }
}); });
assertTrue(System.nanoTime() - startTime > 900000000L); assertTrue(System.nanoTime() - startTime >= 1000000000L);
} }
} }