Test Time Calculation

How daily test time is calculated

All of the routines within a project share a pool of test time.

circle-info

For a given day, allocated test time is calculated as:

allocatedTestTime = timeoutSec X runs-per-day

  • runs-per-day is derived from the routine interval

  • timeoutSec and interval are configured in the routine.json

circle-exclamation

During execution, once the timeout for a specific routine is reached, the test is immediately aborted.

The results of the completed tests (before the timeout occured) are still collected and recorded, but the test is marked as TIMEOUT and a notification is sent.

Last updated