Skip to content

Commit

Permalink
allow for greater sleep time due to hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed May 30, 2017
1 parent 7d27410 commit 176b438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Stash/Test/AbstractItemTest.php
Expand Up @@ -226,7 +226,7 @@ public function testInvalidation()
$sleepTime = ($end - $start) * 1000;

$this->assertGreaterThan(500, $sleepTime, 'Sleep method sleeps for required time.');
$this->assertLessThan(520, $sleepTime, 'Sleep method does not oversleep.');
$this->assertLessThan(550, $sleepTime, 'Sleep method does not oversleep.');

unset($sleepStash);

Expand Down

0 comments on commit 176b438

Please sign in to comment.