mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-22 10:38:37 +00:00
workloads/deepbench: lengthen timeout
Lengthen timeout for gemm and conv tests to be the same as for sparse test. While the former two usually take a lot less time, their execution time will vary significantly depending on the target and the runtime environment (e.g. cpu frequencies might be forced to lowest values).
This commit is contained in:
parent
b858819cf2
commit
d3872716ed
@ -104,7 +104,7 @@ class Deepbench(Workload):
|
||||
def run(self, context):
|
||||
self.output = None
|
||||
try:
|
||||
timeout = 10800 if self.test == 'sparse' else 600
|
||||
timeout = 10800
|
||||
self.output = self.target.execute(self.target_exe, timeout=timeout)
|
||||
except KeyboardInterrupt:
|
||||
self.target.killall(self.exe_name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user