mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
instrument/delay: Remove breakpoint
This commit is contained in:
parent
b14c3d8868
commit
ba717bbcd1
@ -164,7 +164,6 @@ class DelayInstrument(Instrument):
|
|||||||
|
|
||||||
@extremely_slow
|
@extremely_slow
|
||||||
def before_job(self, context):
|
def before_job(self, context):
|
||||||
import ipdb; ipdb.set_trace()
|
|
||||||
if self.fixed_between_specs and context.spec_changed:
|
if self.fixed_between_specs and context.spec_changed:
|
||||||
msg = 'Waiting for {}s before starting new spec...'
|
msg = 'Waiting for {}s before starting new spec...'
|
||||||
self.logger.info(msg.format(self.fixed_between_specs))
|
self.logger.info(msg.format(self.fixed_between_specs))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user