diff --git a/test/unit/io_clock.js b/test/unit/io_clock.js index cec77839e..6e172c362 100644 --- a/test/unit/io_clock.js +++ b/test/unit/io_clock.js @@ -19,7 +19,7 @@ test('cycle', function (t) { var rt = new Runtime(); var c = new Clock(rt); - t.strictEqual(c.projectTimer(), 0); + t.ok(c.projectTimer() <= 0.001); setTimeout(function () { c.resetProjectTimer(); setTimeout(function () {