summaryrefslogtreecommitdiff
path: root/tests/timeout.script
blob: e135c7ef2b54ca62bf0796d165ae61693d198ddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -eu

cat <<EOF > "$DATADIR/foo.tasks"
date:
    interval: 2
    timeout: 1
    command: sleep 1000
EOF


./desktop-cronish --quiet --max-jobs=1 "$DATADIR/foo.tasks"