We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d220820 commit 35865fdCopy full SHA for 35865fd
tests/tests.py
@@ -203,7 +203,7 @@ def get_executor(self) -> str:
203
204
def get_executor_settings(self) -> Optional[ExecutorSettingsBase]:
205
return ExecutorSettings(
206
- signal="signal_shell:SIGUSR1@30,signal_python:R:SIGUSR1@30",
+ signal="signal_shell:SIGUSR1@30,signal_python:SIGUSR1@30",
207
init_seconds_before_status_checks=2,
208
)
209
0 commit comments