Skip to content

Commit 8cffccd

Browse files
committed
increase proto timeout
1 parent ac905ec commit 8cffccd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • lib/galaxy/webapps/galaxy/controllers

lib/galaxy/webapps/galaxy/controllers/proto.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ def _index(self, trans, mako, **kwd):
110110
if isinstance(mako, list):
111111
mako = mako[0]
112112

113-
timeout = 30
113+
# timeout increased from 30s to 60s for the TrackFind client
114+
#TODO remove this in CR
115+
timeout = 60
114116
retry = 3
115117
while retry > 0:
116118
retry -= 1

0 commit comments

Comments
 (0)