Skip to content

Commit

Permalink
Change timeout to 60s (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanahabhimani authored Dec 4, 2023
1 parent a144b4f commit 56e760e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socs/agents/ucsc_radiometer/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def acq(self, session, params=None):

while self.take_data:
try:
r = requests.get(self.url, timeout=6)
r = requests.get(self.url, timeout=60)
except ValueError:
pm.sleep()
continue
Expand Down

0 comments on commit 56e760e

Please sign in to comment.