From af3b3d39456b7157146c53426b2639b8271ed835 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 25 Mar 2011 14:49:31 +0000 Subject: I guess windows can show a < 500x difference an... I guess windows can show a < 500x difference and still give us confidence there isn't a 100,000x difference. Testing situation continues to confound and amaze. Trying to make 4279 not fail on windows, one more time and I will delete it and burn the bodies. No review. --- test/files/run/bug4279.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/files/run/bug4279.scala b/test/files/run/bug4279.scala index 89a27fc065..d0afc3a032 100644 --- a/test/files/run/bug4279.scala +++ b/test/files/run/bug4279.scala @@ -32,7 +32,7 @@ object Test { // warmup { val r = new Runner(1000000, 10) ; r.straightSlice ; r.iteratorSlice ; r.viewSlice } - new Runner(10000000, 10) run 100 - new Runner(10000000, 50) run 50 + new Runner(10000000, 10) run 500 + new Runner(10000000, 50) run 300 } } -- cgit v1.2.3