1
0
mirror of synced 2026-04-14 17:25:54 +00:00

Merge pull request #5573 from rocallahan/increase-timeout

Increase test timeout to 10 seconds
This commit is contained in:
Miodrag Milanović
2025-12-29 12:38:34 +01:00
committed by GitHub

View File

@@ -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