8000 [Process] Increased the timeout in a test to prevent random failures … · helmer/symfony@9f3b1e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f3b1e1

Browse files
committed
[Process] Increased the timeout in a test to prevent random failures when travis is under a heavy load.
1 parent 00c0237 commit 9f3b1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Process/Tests/AbstractProcessTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testStopWithTimeoutIsActuallyWorking()
6262
}
6363
$duration = microtime(true) - $start;
6464

65-
$this->assertLessThan(1.3, $duration);
65+
$this->assertLessThan(1.8, $duration);
6666
}
6767

6868
/**

0 commit comments

Comments
 (0)
0