[Process] Increased the timeout in a test to prevent random failures when travis is under a heavy load.

This commit is contained in:
Jakub Zalas 2013-08-02 22:51:01 +01:00
parent 00c0237efa
commit 9f3b1e128d

View File

@ -62,7 +62,7 @@ abstract class AbstractProcessTest extends \PHPUnit_Framework_TestCase
}
$duration = microtime(true) - $start;
$this->assertLessThan(1.3, $duration);
$this->assertLessThan(1.8, $duration);
}
/**