diff --git a/tests/320-fs-poll.phpt b/tests/320-fs-poll.phpt index afafac5..f661abb 100644 --- a/tests/320-fs-poll.phpt +++ b/tests/320-fs-poll.phpt @@ -25,7 +25,7 @@ uv_timer_start($timer, 100, 100, function($timer) use (&$i){ fwrite($fp,"hoge"); fclose($fp); - if ($i > 3) { + if ($i > 4) { uv_timer_stop($timer); uv_unref($timer); }