Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 137 Bytes

Wait.md

File metadata and controls

9 lines (7 loc) · 137 Bytes

Wait

Wait or delay the workflow for n seconds, this is useful to workaround some flakiness

Wait {
    $0.wait(for: 2)
}