diff --git a/tractor/_runtime.py b/tractor/_runtime.py
index 7ab14ab9..c12365be 100644
--- a/tractor/_runtime.py
+++ b/tractor/_runtime.py
@@ -852,7 +852,7 @@ class Actor:
         msg_buffer_size: int|None = None,
         allow_overruns: bool = False,
         load_nsf: bool = False,
-        ack_timeout: float = 3,
+        ack_timeout: float = float('inf'),
 
     ) -> Context:
         '''