summaryrefslogtreecommitdiff
path: root/tests/timeout.ktest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timeout.ktest')
-rwxr-xr-xtests/timeout.ktest4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/timeout.ktest b/tests/timeout.ktest
index a33452d..e5c07a5 100755
--- a/tests/timeout.ktest
+++ b/tests/timeout.ktest
@@ -1,5 +1,7 @@
#!/bin/bash
+. $(dirname $(readlink -e "${BASH_SOURCE[0]}"))/test-libs.sh
+
config-mem 512M
config-timeout 10
@@ -8,3 +10,5 @@ test_timeout()
sleep 30
false
}
+
+main "$@"