Increase timeout for windows..
parent
7eb465a699
commit
16a3321a38
|
@ -544,7 +544,7 @@ def test_fast_graceful_cancel_when_spawn_task_in_soft_proc_wait_for_daemon(
|
||||||
await p.run(do_nuthin)
|
await p.run(do_nuthin)
|
||||||
finally:
|
finally:
|
||||||
duration = time.time() - start
|
duration = time.time() - start
|
||||||
if duration > 1:
|
if duration > 2.9:
|
||||||
raise trio.TooSlowError(
|
raise trio.TooSlowError(
|
||||||
'daemon cancel was slower then necessary..'
|
'daemon cancel was slower then necessary..'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue