8
8
functions wrapped with the @with_timeout decorator) that computes the
9
9
time remaining before the request should time out.
12
12
>>> from lp.services.webapp.adapter import (
13
13
... set_launchpad_default_timeout)
14
14
>>> old_func = get_default_timeout_function()