wabt icon indicating copy to clipboard operation
wabt copied to clipboard

tests time out on ARMv7 (32bit)

Open rathann opened this issue 6 years ago • 1 comments

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).

rathann avatar Oct 09 '19 11:10 rathann

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)

rathann avatar Nov 16 '22 11:11 rathann

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.

rathann avatar Jul 26 '24 10:07 rathann