Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cylc/flow/cfgspec/globalcfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,8 @@ def default_for(
''')
Conf('process check timeout', VDR.V_INTERVAL, DurationFloat(10),
desc='''
Maximum time for the `cylc play` and `cylc vr` commands to wait
Maximum time for the ``cylc play`` and ``cylc vr`` commands
to wait
for a remote process that checks if an unresponsive scheduler
is still alive (for workflows with existing contact files).

Expand Down
Loading