mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
fix timeout in iterelf
This commit is contained in:
parent
4528b4ee2a
commit
9b120bb3aa
@ -94,7 +94,7 @@ with Pool(processes=min(len(ElfList),multiprocessing.cpu_count(), ImperasDVLicen
|
|||||||
num_fail+=result.get(timeout=TIMEOUT_DUR)
|
num_fail+=result.get(timeout=TIMEOUT_DUR)
|
||||||
except TimeoutError:
|
except TimeoutError:
|
||||||
num_fail+=1
|
num_fail+=1
|
||||||
print(f"{bcolors.FAIL}%s_%s: Timeout - runtime exceeded %d seconds{bcolors.ENDC}" % (elf, TIMEOUT_DUR))
|
print(f"{bcolors.FAIL}%s: Timeout - runtime exceeded %d seconds{bcolors.ENDC}" % (elf, TIMEOUT_DUR))
|
||||||
print("Completed %d tests with %d failures" % (len(ElfList), num_fail))
|
print("Completed %d tests with %d failures" % (len(ElfList), num_fail))
|
||||||
|
|
||||||
# *** generate memfiles
|
# *** generate memfiles
|
Loading…
Reference in New Issue
Block a user