Skip to content

Commit 5619ad9

Browse files
author
Val Brodsky
committed
Revert "Reduce client timeout to short RERUNs time on stage"
This reverts commit 6c53251.
1 parent 9625838 commit 5619ad9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/labelbox/tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ def execute(self, query=None, params=None, check_naming=True, **kwargs):
158158
assert re.match(r"\s*(?:query|mutation) \w+PyApi",
159159
query) is not None
160160
self.queries.append((query, params))
161-
if not kwargs.get('timeout'):
162-
kwargs['timeout'] = 10.0 # reduce wait due to RERUNs
163161
return super().execute(query, params, **kwargs)
164162

165163

0 commit comments

Comments
 (0)