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

. $(dirname $(readlink -e "${BASH_SOURCE[0]}"))/test-libs.sh

config-mem 512M
config-timeout 10

test_timeout()
{
    sleep 30
    false
}

main "$@"