Bump request timeout to 20 minutes.
diff --git a/infocalypse/infcmds.py b/infocalypse/infcmds.py --- a/infocalypse/infcmds.py +++ b/infocalypse/infcmds.py @@ -65,7 +65,7 @@ DEFAULT_PARAMS = { # Non-FCP stuff 'N_CONCURRENT':4, # Maximum number of concurrent FCP requests. - 'CANCEL_TIME_SECS': 10 * 60, # Bound request time. + 'CANCEL_TIME_SECS': 20 * 60, # Bound request time. 'POLL_SECS':0.25, # Time to sleep in the polling loop. # Testing HACKs