Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 20, 2023
1 parent 59e9ad8 commit 2418e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ReverbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function messagePromise(WebSocket $connection)
$promise->resolve((string) $message);
});

return timeout($promise->promise(), 0.2, $this->loop)
return timeout($promise->promise(), 1, $this->loop)
->then(
fn ($message) => $message,
fn (TimeoutException $error) => false
Expand Down

0 comments on commit 2418e3a

Please sign in to comment.