comparison more/smoketest.sh @ 1633:a4823c561e28

Patrick Lauer suggested making the smoketest timeout configurable, and default to 3 minutes when FORK=1.
author Rob Landley <rob@landley.net>
date Tue, 15 Oct 2013 22:25:55 -0500
parents c23377891141
children
comparison
equal deleted inserted replaced
1632:0ffebfaa7b8f 1633:a4823c561e28
20 sleep 5 20 sleep 5
21 echo /tmp/hello 21 echo /tmp/hello
22 sleep 1 22 sleep 1
23 echo exit 23 echo exit
24 } 24 }
25 sayhello | more/timeout.sh 60 more/run-emulator-from-build.sh "$1" 25 sayhello | more/timeout.sh ${TIMEOUT:-60} more/run-emulator-from-build.sh "$1"