From 52f697afb34dc9486db6a3e894e61f525b9deb68 Mon Sep 17 00:00:00 2001 From: Emmanuel Adegbite Date: Sat, 28 Nov 2020 18:07:28 +0100 Subject: [PATCH] Update fcm.py --- pyfcm/fcm.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyfcm/fcm.py b/pyfcm/fcm.py index 8a23dd6..7019e21 100644 --- a/pyfcm/fcm.py +++ b/pyfcm/fcm.py @@ -27,7 +27,7 @@ def notify_single_device(self, title_loc_args=None, content_available=None, android_channel_id=None, - timeout=5, + timeout=120, extra_notification_kwargs=None, extra_kwargs={}): """ @@ -128,7 +128,7 @@ def single_device_data_message(self, data_message=None, content_available=None, android_channel_id=None, - timeout=5, + timeout=120, extra_notification_kwargs=None, extra_kwargs={}): """ @@ -218,7 +218,7 @@ def notify_multiple_devices(self, title_loc_args=None, content_available=None, android_channel_id=None, - timeout=5, + timeout=120, extra_notification_kwargs=None, extra_kwargs={}): """ @@ -323,7 +323,7 @@ def multiple_devices_data_message(self, dry_run=False, data_message=None, content_available=None, - timeout=5, + timeout=120, extra_notification_kwargs=None, extra_kwargs={}): """ @@ -410,7 +410,7 @@ def notify_topic_subscribers(self, title_loc_args=None, content_available=None, android_channel_id=None, - timeout=5, + timeout=120, extra_notification_kwargs=None, extra_kwargs={}): """ @@ -506,7 +506,7 @@ def topic_subscribers_data_message(self, dry_run=False, data_message=None, content_available=None, - timeout=5, + timeout=120, extra_notification_kwargs=None, extra_kwargs={}): """