1 #!/bin/sh 2 # Make sure that a longer steady state after a successful run 3 # doesn't call again too soon. 4 . "$(dirname $0)"/../common.sh 5 6 emit_time "timestamp" 7 # This one expects a timeout to end it. 8 passed_if_timed_out 9 10 inc_counter "runs" 11 c=$(counter "runs") 12 [ $c -eq 2 ] && failed 13 14