Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This defines a time dependency for a node. Time is expressed in the format [h]h:mm. Only numeric values are allowed. There can be multiple time dependencies for a node, but overlapping times may cause unexpected results.
To define a series of times, specify the start time, end time and a time increment.
If the start time begins with `+', times are relative to the beginning of the suite or, in repeated families, relative to the beginning of the repeated family.
If relative times are being used, the end time is also relative.

Code Block
time 15:00              # at 15:00
time 10:00 20:00 01:00  # every hour from 10am to 8pm
time +00:01             # one minute after the suite begins
time +00:10 01:00 00:05 # 10-60 min after begin, every 5 min

...