feat: accept `datetime.timedelta` instances as argument to `stop_after_delay` (#371) Rather than just accepting seconds as a float, accept `timedelta` instances, like the `wait` methods.