We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b902e2b commit 750ed0aCopy full SHA for 750ed0a
wrapt_timeout_decorator/wrapt_timeout_decorator.py
@@ -17,7 +17,7 @@
17
18
19
def timeout(dec_timeout: Union[None, float, str] = None,
20
- use_signals: bool = True,
+ use_signals: bool = False,
21
timeout_exception: Type[BaseException] = TimeoutError,
22
exception_message: str = '',
23
dec_allow_eval: bool = False,
0 commit comments