Skip to content

Commit aadbf8c

Browse files
committed
fix: apparently snakemake cli not available
1 parent 2dbc6a8 commit aadbf8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_executor(self) -> str:
2121
def get_executor_settings(self) -> Optional[ExecutorSettingsBase]:
2222
return ExecutorSettings(
2323
init_seconds_before_status_checks=2,
24-
seconds_between_status_checks=5,
24+
#seconds_between_status_checks=5,
2525
)
2626

2727

@@ -35,7 +35,7 @@ def get_executor_settings(self) -> Optional[ExecutorSettingsBase]:
3535
return ExecutorSettings(
3636
efficiency_report=True,
3737
init_seconds_before_status_checks=5,
38-
seconds_between_status_checks=5,
38+
#seconds_between_status_checks=5,
3939
)
4040

4141
def test_simple_workflow(self, tmp_path):

0 commit comments

Comments
 (0)