wabt
wabt copied to clipboard
tests time out on ARMv7 (32bit)
Please increase the timeout in test/run-tests.py:39. test/wasm2c/spec/const.txt and test/wasm2c/spec/float_exprs.txt tests take more than 20 seconds to complete on ARMv7 (32bit).
The current default of 120s is still not long enough. FYI, this is the longest-running test on ARMv7 on Fedora package build system:
+ test/wasm2c/spec/memory_copy.txt (202.515s)
FWIW I'm setting the test timeout to 1200s in Fedora builds using: test/run-tests.py -v --timeout=1200. Not much need to change the defaults, I guess.