Timing: Fix flaky TimingTest test
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 18 Feb 2016 21:06:04 +0000 (21:06 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 18 Feb 2016 21:06:34 +0000 (21:06 +0000)
commit5a3fcb028046ef0c599f6d9419791bdb31951b93
tree3fdb5759263fcb8a632d58f24319127285df5ac8
parent0ec0fa40287fa6337ced01ca6c152d03ae45488d
Timing: Fix flaky TimingTest test

> 1) TimingTest::testMark
> Failed asserting that 1455828402.4503 is greater than 1455828402.4503.

Use usleep(100), similar to the other tests already there.

Change-Id: Ic45c99b7e928df397809d872ab8e41ada6ecf1e7
tests/phpunit/includes/libs/TimingTest.php