Skip to content

Commit 750ed0a

Browse files
committed
refractor
1 parent b902e2b commit 750ed0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapt_timeout_decorator/wrapt_timeout_decorator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
def timeout(dec_timeout: Union[None, float, str] = None,
20-
use_signals: bool = True,
20+
use_signals: bool = False,
2121
timeout_exception: Type[BaseException] = TimeoutError,
2222
exception_message: str = '',
2323
dec_allow_eval: bool = False,

0 commit comments

Comments
 (0)