Skip to content

Commit

Permalink
Updated test case to include activity_timeout in the environment de…
Browse files Browse the repository at this point in the history
…finition. Using `30` as the default value as this was the original value in the package.
  • Loading branch information
zeke0816 committed Aug 16, 2024
1 parent 76339b4 commit c6ce7da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ReverbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ protected function defineEnvironment($app): void
'capacity' => null,
'allowed_origins' => ['*'],
'ping_interval' => 10,
'activity_timeout' => 30,
'max_message_size' => 1_000_000,
]);

Expand All @@ -63,6 +64,7 @@ protected function defineEnvironment($app): void
'capacity' => null,
'allowed_origins' => ['laravel.com'],
'ping_interval' => 10,
'activity_timeout' => 30,
'max_message_size' => 1,
]);
}
Expand Down

0 comments on commit c6ce7da

Please sign in to comment.