Add timeout to CI WASI tests and update WASI testsuite commit (#1997)
- Add timeout to CI WASI tests to avoid keeping CI node busy in case of deadlock in thread tests - Update wasi-testsuite commit used, after fix in wasi-threads proposal https://github.com/WebAssembly/wasi-threads/pull/40
This commit is contained in:
@ -55,7 +55,7 @@ PLATFORM=$(uname -s | tr A-Z a-z)
|
||||
PARALLELISM=0
|
||||
ENABLE_QEMU=0
|
||||
QEMU_FIRMWARE=""
|
||||
WASI_TESTSUITE_COMMIT="b18247e2161bea263fe924b8189c67b1d2d10a10"
|
||||
WASI_TESTSUITE_COMMIT="aca78d919355ae00af141e6741a439039615b257"
|
||||
|
||||
while getopts ":s:cabgvt:m:MCpSXxwPGQF:" opt
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user