fix sleep time

This commit is contained in:
Pedro Nasser
2016-09-17 12:11:04 -03:00
parent 853c8b4534
commit b867b20cfd

View File

@@ -98,7 +98,7 @@ func (r *Runner) queueHandler() {
timedOut = true
break
}
time.Sleep(time.Second)
time.Sleep(time.Microsecond)
}
metricBaseName := fmt.Sprintf("run.%s.", task.cfg.AppName)