Skip to content

Commit 3d1f057

Browse files
authored
fix: increase timeout for ci (#107)
1 parent 7c968b1 commit 3d1f057

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/IntegrationTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ class IntegrationTest extends TestCase
3333

3434
protected function setUp(): void
3535
{
36-
$this->client = new Client(getenv('STREAM_KEY'), getenv('STREAM_SECRET'));
37-
$this->client->timeout = 10000;
36+
$this->client = new Client(getenv('STREAM_KEY'), getenv('STREAM_SECRET'), null, null, 10.0);
3837
$this->user1 = $this->getUser();
3938
$this->user2 = $this->getUser();
4039
$this->channel = $this->getChannel();

0 commit comments

Comments
 (0)