mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-25 19:44:07 +00:00
Increase test timeout to 10 seconds
On my machine, this test regularly times out when doing "make -j" (which defaults to 128). The high degree of parallelism seems to slow down the spwaning of ABC processes.
This commit is contained in:
parent
64a933d77b
commit
99d7ab9c42
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ if ! which timeout ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if ! timeout 5 ../../yosys bug5495.v -p 'hierarchy; techmap; abc -script bug5495.abc' ; then
|
||||
if ! timeout 10 ../../yosys bug5495.v -p 'hierarchy; techmap; abc -script bug5495.abc' ; then
|
||||
echo "Yosys failed to complete"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue