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

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

config-mem 512M
config-timeout 10

test_timeout()
{
    sleep 30
    false
}

main "$@"