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 a5d0988 commit 7c2091dCopy full SHA for 7c2091d
tests/Functional/PollTest.php
@@ -66,7 +66,7 @@ public function testPollRetriesIfNotTruthy()
66
->with(1, 0)
67
->willReturn('OH HAI');
68
69
- $this->assertSame('OH HAI', poll([$this->poller, 'poll'], 1000));
+ $this->assertSame('OH HAI', poll([$this->poller, 'poll'], 2000));
70
}
71
72
public function testPollRetriesAndGivesUpAfterTimeout()
0 commit comments