#!/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 "$@"