mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Increase some more timeouts
This commit is contained in:
@@ -81,7 +81,7 @@ def test_spawn() -> None:
|
||||
q = ctx.Queue()
|
||||
p = ctx.Process(target=q.put, args=('hello',))
|
||||
p.start()
|
||||
x = q.get(timeout=2)
|
||||
x = q.get(timeout=8)
|
||||
assert x == 'hello'
|
||||
p.join()
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user