diff --git a/tap_shopify/client.py b/tap_shopify/client.py index 1c996b2..f3454f4 100644 --- a/tap_shopify/client.py +++ b/tap_shopify/client.py @@ -427,7 +427,7 @@ def get_operation_status(self): return response - def check_status(self, operation_id, sleep_time=10, timeout=3600): + def check_status(self, operation_id, sleep_time=10, timeout=36000): status_jsonpath = "$.data.currentBulkOperation" start = datetime.now().timestamp()