The parameter execute_timeout from user.User.assert_code_output is not used. Should it be removed? Because there are some similarities with repeat_time_seconds. If we look at the aiohttp library documentation, I found, that a timeout could be handed in. Should that be done?
The parameter
execute_timeout
fromuser.User.assert_code_output
is not used. Should it be removed? Because there are some similarities withrepeat_time_seconds
. If we look at the aiohttp library documentation, I found, that a timeout could be handed in. Should that be done?