From 64ab5982252e72b67bd110971b3975be88b918f0 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 2 May 2010 20:06:45 -0400 Subject: [PATCH] io.launcher.unix: add timeout to a test --- basis/io/launcher/unix/unix-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/launcher/unix/unix-tests.factor b/basis/io/launcher/unix/unix-tests.factor index bb7569516a..fef6b076ba 100644 --- a/basis/io/launcher/unix/unix-tests.factor +++ b/basis/io/launcher/unix/unix-tests.factor @@ -135,6 +135,6 @@ concurrency.promises threads unix.process calendar unix ; ] in-thread p 1 seconds ?promise-timeout handle>> kill-process* - s ?promise 0 = + s 3 seconds ?promise-timeout 0 = ] ] unit-test