File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1310,12 +1310,12 @@ func (qjm *XController) waitForPodCountUpdates(searchCond *arbv1.AppWrapperCondi
13101310// Don't reserve resources if timeout is hit
13111311if timeSinceDispatched .Microseconds () > timeoutMicroSeconds {
13121312return false
1313- klog .V (10 ).Infof ("[waitForPodCountUpdates] Dispatch duration time %d microseconds has reached timeout value of %d ms " ,
1314- timeSinceDispatched .Microseconds (), qjm . serverOption . DispatchResourceReservationTimeout )
1313+ klog .V (10 ).Infof ("[waitForPodCountUpdates] Dispatch duration time %d microseconds has reached timeout value of %d microseconds " ,
1314+ timeSinceDispatched .Microseconds (), timeoutMicroSeconds )
13151315}
13161316
1317- klog .V (10 ).Infof ("[waitForPodCountUpdates] Dispatch duration time %d microseconds has not reached timeout value of %d ms " ,
1318- timeSinceDispatched .Microseconds (), qjm . serverOption . DispatchResourceReservationTimeout )
1317+ klog .V (10 ).Infof ("[waitForPodCountUpdates] Dispatch duration time %d microseconds has not reached timeout value of %d microseconds " ,
1318+ timeSinceDispatched .Microseconds (), timeoutMicroSeconds )
13191319return true
13201320}
13211321
You can’t perform that action at this time.
0 commit comments