Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
faytekin committed Mar 15, 2022
1 parent 11111f8 commit b7acb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OneSignalChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class OneSignalChannel
{
protected string $appId;

protected int $timeout = 3;
protected int $timeout = 10;

const ENDPOINT = 'https://onesignal.com/api/v1/notifications';

Expand Down

0 comments on commit b7acb6a

Please sign in to comment.