pub const JOB_TIMEOUT_WALL_CLOCK_FACTOR: u32 = 4;
Expand description

A multiple of the job timeout (in CPU time) for which we are willing to wait on the host (in wall clock time). This is lenient because CPU time may go slower than wall clock time.