Skip to content

Commit e83a820

Browse files
committed
Increase timings for macOS build
1 parent 6911c5b commit e83a820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/AsyncTestCaseTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ public function testReturnValueFromDependentTest(string $value = null)
117117

118118
public function testSetTimeout(): \Generator
119119
{
120-
$this->setTimeout(100);
121-
$this->assertNull(yield delay(50));
120+
$this->setTimeout(500);
121+
$this->assertNull(yield delay(250));
122122
}
123123

124124
public function testSetTimeoutWithCoroutine(): \Generator

0 commit comments

Comments
 (0)