def test_slow(self, request: web.Request) -> str: await asyncio.sleep(2.0) self.slow_request = True return 'test'