MORE TESTS: increase upgrader timeout
Showing
-
I have a very minor suggestion if we merge this patch in master: we could write this as
2 * 60 * 60 # 2 hours
ordatetime.timedelta(hours=2).total_seconds()
, because the3600 * 2
arithmetic is not really clear ( I guess the history is "it's failing I will try with a twice longer timeout"😉 )
Please register or sign in to comment