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

config-mem 512M
config-timeout 10

test_timeout()
{
    sleep 30
    false
}