ADDED bin/sleeprunner Index: bin/sleeprunner ================================================================== --- /dev/null +++ bin/sleeprunner @@ -0,0 +1,7 @@ +#!/bin/bash + +if [[ $SLEEPRUNNER == "" ]];then +SLEEPRUNNER=1 +fi + +echo "nbfake $@ &> /dev/null" | at now + $SLEEPRUNNER minutes &> /dev/null Index: tests/fullrun/megatest.config ================================================================== --- tests/fullrun/megatest.config +++ tests/fullrun/megatest.config @@ -144,5 +144,9 @@ # to your jobgroups where N is the number of parallel runs you are likely to see # sqlite3 5 blockz 5 + +# Uncomment these to emulate a job queue with a long time (look in bin/sleeprunner for the time) +[jobtools] +launcher sleeprunner