Skip to content

Commit

Permalink
Fix Flaky test rose-task-run/44
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Dec 14, 2023
1 parent d4270bc commit 7d7ab85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion t/rose-task-run/44-bunch-incremental.t
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ cat > "flow.cylc" <<__HERE__
[[bunchapp]]
script = rose task-run
[[long]]
script = sleep 300
script = """
while true; do
sleep 10
done
"""
__HERE__

Expand Down

0 comments on commit 7d7ab85

Please sign in to comment.