Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andamian authored Jan 26, 2018
1 parent 0b45831 commit 5997173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caom2repo/caom2repo/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def visit(self, plugin, collection, start=None, end=None, obs_file=None,
self.resource_id, self.host, self.agent, halt_on_error])
for observationID in observations]
for r in results:
result = r.get(timeout=10)
result = r.get(timeout=30)
if result[0]:
visited.append(result[0])
if result[1]:
Expand Down

0 comments on commit 5997173

Please sign in to comment.