Changed the wait job's dispatch queue from short (which doesn't exist anymore) to hour

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4354 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2010-09-25 23:36:49 +00:00
parent 9bfbc3b784
commit 145fb0df8b
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ class DispatchWaitFunction extends CommandLineFunction {
*/
def commandLine = "echo"
jobQueue = "short"
jobQueue = "hour"
jobOutputFile = File.createTempFile("Q-wait", ".out")
}