From 29028d8aeae926f256fe64c656757ab20b086f69 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 4 Sep 2010 12:00:23 -0700 Subject: [PATCH] io.launcher.unix: clumsy fix for a race condition --- basis/io/launcher/unix/unix-tests.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/io/launcher/unix/unix-tests.factor b/basis/io/launcher/unix/unix-tests.factor index 44c67b1bab..4f6615ca5b 100644 --- a/basis/io/launcher/unix/unix-tests.factor +++ b/basis/io/launcher/unix/unix-tests.factor @@ -152,6 +152,7 @@ unix.process debugger.unix io.timeouts io.launcher.unix ; ! Spawn a process [ T{ signal f 13 } ] [ "sleep 1000" run-detached + 1 seconds sleep [ handle>> send-sigpipe ] [ 2 seconds swap set-timeout ] [ wait-for-process ]