We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249d1bc commit 7cb9adeCopy full SHA for 7cb9ade
labelbox/client.py
@@ -97,7 +97,7 @@ def __init__(self,
97
self._data_row_metadata_ontology = None
98
99
@retry.Retry(predicate=retry.if_exception_type(
100
- labelbox.exceptions.InternalServerError))
+ labelbox.exceptions.InternalServerError, labelbox.exceptions.TimeoutError))
101
def execute(self,
102
query=None,
103
params=None,
0 commit comments