Add proper time interval for dedicate operation

This commit is contained in:
Isaac Chiang 2013-07-18 22:42:18 +08:00
parent 63b398e930
commit dabd167132
1 changed files with 3 additions and 0 deletions

View File

@ -9478,6 +9478,7 @@
},
notification: {
poll: pollAsyncJobResult,
interval: 5000,
// FIXME: should use label tag
desc: "Dedicate Pod"
},
@ -10432,6 +10433,7 @@
},
notification: {
poll: pollAsyncJobResult,
interval: 5000,
// FIXME: should use label tag
desc: 'Dedicate Cluster'
},
@ -11534,6 +11536,7 @@
},
notification: {
poll: pollAsyncJobResult,
interval: 7000,
// FIXME: should use label tag
desc: "Dedicate Host"
},