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

config-mem 512M
config-timeout 10

main()
{
    sleep 60
}