You can change the user priority of a job that is in the queue or one that is running. This only affects jobs belonging to the same user and the same class. If you change the priority of a job in the queue, the job's priority increases or decreases in relation to your other jobs in the queue. If you change the priority of a job that is running, it does not affect the job while it is running. It only affects the job if the job re-enters the queue to be dispatched again. For more information, see How Does a Job's Priority Affect Dispatching Order?.
To change the priority of a job, use the llprio command. To increase the priority of the job you submitted by a value of 10, enter:
llprio +10 wizard.22.0
For more information, see llprio - Change the User Priority of Submitted Job Steps.