We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a35b37f + 08be7c1 commit e295575Copy full SHA for e295575
tests/AbstractLoopTest.php
@@ -13,8 +13,8 @@ abstract class AbstractLoopTest extends TestCase
13
14
public function setUp()
15
{
16
- // HHVM is a bit slow, so give it more time
17
- $this->tickTimeout = defined('HHVM_VERSION') ? 0.02 : 0.005;
+ // It's a timeout, don't set it too low. Travis and other CI systems are slow.
+ $this->tickTimeout = 0.02;
18
$this->loop = $this->createLoop();
19
}
20
0 commit comments