Commit 03c7425be916763f687eca70b48772c173cd17ab

Thomas de Grivel 2018-06-29T12:10:21

default timeout 60000.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cffi-epoll.lisp b/cffi-epoll.lisp
index 20137ca..6994419 100644
--- a/cffi-epoll.lisp
+++ b/cffi-epoll.lisp
@@ -78,7 +78,7 @@
 
 (defmacro wait ((events-var fd-var epfd &optional
                             (max-events 1024)
-                            (timeout -1))
+                            (timeout 60000))
                 &body body)
   (let ((events (gensym "EVENTS-"))
         (evt (gensym "EVT-"))