io.launcher.unix: add timeout to a test
parent
f5c5d8b44c
commit
64ab598225
basis/io/launcher/unix
|
@ -135,6 +135,6 @@ concurrency.promises threads unix.process calendar unix ;
|
||||||
] in-thread
|
] in-thread
|
||||||
|
|
||||||
p 1 seconds ?promise-timeout handle>> kill-process*
|
p 1 seconds ?promise-timeout handle>> kill-process*
|
||||||
s ?promise 0 =
|
s 3 seconds ?promise-timeout 0 =
|
||||||
]
|
]
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
Loading…
Reference in New Issue