Skip to content

Commit 35865fd

Browse files
committed
refactor: changed to only signalling, no distinction between scopes
1 parent d220820 commit 35865fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def get_executor(self) -> str:
203203

204204
def get_executor_settings(self) -> Optional[ExecutorSettingsBase]:
205205
return ExecutorSettings(
206-
signal="signal_shell:SIGUSR1@30,signal_python:R:SIGUSR1@30",
206+
signal="signal_shell:SIGUSR1@30,signal_python:SIGUSR1@30",
207207
init_seconds_before_status_checks=2,
208208
)
209209

0 commit comments

Comments
 (0)