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.
1 parent 6911c5b commit e83a820Copy full SHA for e83a820
test/AsyncTestCaseTest.php
@@ -117,8 +117,8 @@ public function testReturnValueFromDependentTest(string $value = null)
117
118
public function testSetTimeout(): \Generator
119
{
120
- $this->setTimeout(100);
121
- $this->assertNull(yield delay(50));
+ $this->setTimeout(500);
+ $this->assertNull(yield delay(250));
122
}
123
124
public function testSetTimeoutWithCoroutine(): \Generator
0 commit comments