Skip to content

Commit 11b890b

Browse files
committed
Try without signals
1 parent fdc7f73 commit 11b890b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vws/vws.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ def wait_for_target_processed(
324324
@timeout(
325325
dec_timeout=timeout_seconds,
326326
timeout_exception=TargetProcessingTimeout,
327+
use_signals=False,
327328
)
328329
def decorated() -> None:
329330
self._wait_for_target_processed(

0 commit comments

Comments
 (0)