Increase kbi delay in remote cancel test

infect_asyncio
Tyler Goodlet 2021-12-02 08:12:46 -05:00
parent 24078f2d6e
commit d65912e1ae
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ def test_fast_graceful_cancel_when_spawn_task_in_soft_proc_wait_for_daemon(
cancellation, and it's faster, we might as well do it.
'''
kbi_delay = 0.2
kbi_delay = 0.5
async def main():
start = time.time()