Skip to content

Commit

Permalink
lowered strider time to 3 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbizon committed Jul 26, 2023
1 parent 12d7fe2 commit 7382e39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/service_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ async def collect_callback_responses(guid, num_queries):
#accumulated_results = []

# Don't spend any more time than this assembling messages
OVERALL_TIMEOUT = timedelta(hours=1) # 1 hour
#OVERALL_TIMEOUT = timedelta(hours=1) # 1 hour
OVERALL_TIMEOUT = timedelta(minutes=3) # 3 minutes

done = False
start = dt.now()
Expand Down

0 comments on commit 7382e39

Please sign in to comment.