Skip to content

Commit e105b26

Browse files
author
Callum Oakley
committed
bump notification_client timeout to 30s
1 parent 555cab8 commit e105b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pusher/notification_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class NotificationClient(Client):
2121
def __init__(
2222
self, app_id, key, secret, ssl=True, host=None, port=None,
23-
timeout=5, cluster=None, json_encoder=None, json_decoder=None,
23+
timeout=30, cluster=None, json_encoder=None, json_decoder=None,
2424
backend=None, **backend_options):
2525
super(NotificationClient, self).__init__(
2626
app_id, key, secret, ssl, host, port, timeout, cluster,

0 commit comments

Comments
 (0)