Searched refs:total_t (Results 1 – 1 of 1) sorted by relevance
501 typeset -F3 start_x=SECONDS total_t delay=0.02507 (( total_t = SECONDS - start_x ))508 if (( total_t > leeway * reps * delay ))509 then err_exit "read -t in pipe taking $total_t secs - $(( reps * delay )) minimum - too long"510 elif (( total_t < reps * delay ))511 then err_exit "read -t in pipe taking $total_t secs - $(( reps * delay )) minimum - too fast"