hotspot/test/compiler/codecache/stress/CodeCacheStressRunner.java
changeset 28728 0b2795366c28
parent 28501 c9c359a66a15
child 30604 b8d532cb6420
--- a/hotspot/test/compiler/codecache/stress/CodeCacheStressRunner.java	Mon Jan 26 18:59:09 2015 +0300
+++ b/hotspot/test/compiler/codecache/stress/CodeCacheStressRunner.java	Mon Jan 26 19:01:50 2015 +0300
@@ -36,7 +36,7 @@
         try {
             // adjust timeout and substract vm init and exit time
             long timeout = Utils.adjustTimeout(Utils.DEFAULT_TEST_TIMEOUT);
-            timeout *= 0.9;
+            timeout *= 0.8;
             new TimeLimitedRunner(timeout, 2.0d, this::test).call();
         } catch (Exception e) {
             throw new Error("Exception occurred during test execution", e);