Skip to content

Commit 7c2091d

Browse files
committed
Make test more robust
1 parent a5d0988 commit 7c2091d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/PollTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function testPollRetriesIfNotTruthy()
6666
->with(1, 0)
6767
->willReturn('OH HAI');
6868

69-
$this->assertSame('OH HAI', poll([$this->poller, 'poll'], 1000));
69+
$this->assertSame('OH HAI', poll([$this->poller, 'poll'], 2000));
7070
}
7171

7272
public function testPollRetriesAndGivesUpAfterTimeout()

0 commit comments

Comments
 (0)