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 796f433 commit 782d3b3Copy full SHA for 782d3b3
.github/workflows/continuous-integration-workflow.yml renamed to .github/workflows/main.yml
tests/test_parallel.py
@@ -37,14 +37,14 @@ def task_execute_do_file():
37
tmp_path.joinpath("task_dummy.py").write_text(textwrap.dedent(source))
38
39
do_file = """
40
- sleep 2000
+ sleep 4000
41
sysuse auto, clear
42
save 1
43
"""
44
tmp_path.joinpath("script_1.do").write_text(textwrap.dedent(do_file))
45
46
47
48
49
save 2
50
@@ -83,7 +83,7 @@ def task_execute_do_file():
83
84
85
86
87
88
args produces
89
save "`produces'"
0 commit comments