From e3678cf2486ae9d3d07eebe5153f402f0e67229f Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 15 Sep 2008 17:13:48 -0500 Subject: [PATCH] Add timeouts --- basis/io/unix/linux/monitors/monitors-tests.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basis/io/unix/linux/monitors/monitors-tests.factor b/basis/io/unix/linux/monitors/monitors-tests.factor index c71b053919..42c5009ccb 100644 --- a/basis/io/unix/linux/monitors/monitors-tests.factor +++ b/basis/io/unix/linux/monitors/monitors-tests.factor @@ -10,6 +10,7 @@ threads calendar prettyprint destructors io.timeouts ; ! Non-recursive [ ] [ "monitor-test-self" temp-file f "m" set ] unit-test + [ ] [ 3 seconds "m" get set-timeout ] unit-test [ ] [ "monitor-test-self" temp-file touch-file ] unit-test @@ -22,6 +23,7 @@ threads calendar prettyprint destructors io.timeouts ; ! Recursive [ ] [ "monitor-test-self" temp-file t "m" set ] unit-test + [ ] [ 3 seconds "m" get set-timeout ] unit-test [ ] [ "monitor-test-self" temp-file touch-file ] unit-test