Browse Source

relax this test again (still encounter erratic failure)

pull/2290/merge
Remi Collet 9 years ago
parent
commit
c39a10bc6e
  1. 2
      ext/date/tests/bug73837.phpt

2
ext/date/tests/bug73837.phpt

@ -12,7 +12,7 @@ for ( $i = 0; $i < 1000; $i++ )
}
var_dump($n = count( $collect ));
echo ( $n > 800 ) ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n";
echo ( $n > 700 ) ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n";
?>
--EXPECTF--
int(%d)

Loading…
Cancel
Save