Skip to content

Commit

Permalink
Relax timing in testTransferTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Sep 3, 2023
1 parent ca9222f commit 74dbfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Connection/Http1ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function testUpgrade(): void
public function testTransferTimeout(): void
{
$this->setMinimumRuntime(0.5);
$this->setTimeout(0.6);
$this->setTimeout(1);

[$server, $client] = Socket\createSocketPair();

Expand Down

0 comments on commit 74dbfd7

Please sign in to comment.