mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 11:57:27 -04:00
fix timeout in iterelf
This commit is contained in:
parent
4528b4ee2a
commit
9b120bb3aa
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ with Pool(processes=min(len(ElfList),multiprocessing.cpu_count(), ImperasDVLicen
|
|||
num_fail+=result.get(timeout=TIMEOUT_DUR)
|
||||
except TimeoutError:
|
||||
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))
|
||||
|
||||
# *** generate memfiles
|
Loading…
Add table
Add a link
Reference in a new issue