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:
parent
9bfbc3b784
commit
145fb0df8b
|
|
@ -10,6 +10,6 @@ class DispatchWaitFunction extends CommandLineFunction {
|
||||||
*/
|
*/
|
||||||
def commandLine = "echo"
|
def commandLine = "echo"
|
||||||
|
|
||||||
jobQueue = "short"
|
jobQueue = "hour"
|
||||||
jobOutputFile = File.createTempFile("Q-wait", ".out")
|
jobOutputFile = File.createTempFile("Q-wait", ".out")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue