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
6emit_time "timestamp"
7# This one expects a timeout to end it.
8passed_if_timed_out
9
10inc_counter "runs"
11c=$(counter "runs")
12[ $c -eq 2 ] && failed
13
14