I need this for CompareSections to pass when I instrument spike to be
really slow.
class spike64_2_rtos(targets.Target):
harts = [spike64.spike64_hart(), spike64.spike64_hart()]
openocd_config_path = "spike-rtos.cfg"
- timeout_sec = 30
+ timeout_sec = 60
def create(self):
return testlib.Spike(self)
class spike64_2(targets.Target):
harts = [spike64.spike64_hart(), spike64.spike64_hart()]
openocd_config_path = "spike-2.cfg"
- timeout_sec = 30
+ timeout_sec = 60
def create(self):
return testlib.Spike(self)