Artifact 7ef4797782d1694c94b88b3f2c9adf8a9c2555e1:
- Executable file bin/sleeprunner — part of check-in [05c1588699] at 2014-09-11 08:29:52 on branch v1.55 — Added sleeprunner for simulating long queue times in distributed computing systems (user: mrwellan, size: 142) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash if [[ $SLEEPRUNNER == "" ]];then SLEEPRUNNER=1 fi echo "nbfake $@ &> /dev/null" | at now + $SLEEPRUNNER minutes &> /dev/null