We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbc6a8 commit aadbf8cCopy full SHA for aadbf8c
tests/tests.py
@@ -21,7 +21,7 @@ def get_executor(self) -> str:
21
def get_executor_settings(self) -> Optional[ExecutorSettingsBase]:
22
return ExecutorSettings(
23
init_seconds_before_status_checks=2,
24
- seconds_between_status_checks=5,
+ #seconds_between_status_checks=5,
25
)
26
27
@@ -35,7 +35,7 @@ def get_executor_settings(self) -> Optional[ExecutorSettingsBase]:
35
36
efficiency_report=True,
37
init_seconds_before_status_checks=5,
38
39
40
41
def test_simple_workflow(self, tmp_path):
0 commit comments