Skip to content

Commit

Permalink
fix timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sehnem committed Sep 25, 2023
1 parent dfb4bd6 commit 4254766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_shopify/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 4254766

Please sign in to comment.