Open hrxi opened 3 months ago
Location where error occurs: https://github.com/rustwasm/wasm-bindgen/blob/b012a75b44c61abf53003206074c3b6801dd5511/crates/cli/src/bin/wasm-bindgen-test-runner/headless.rs#L81-L94. The headless test server is unreachable for more than 5 seconds.
One thing I found is, but probably not the reason thus unrelated: https://github.com/rustwasm/wasm-bindgen/pull/3873.
The headless test server might open on a different port every time and if we would use WASM_BINDGEN_TEST_ADDRESS
, which we don't, it wouldn't pick up the correct port the server is running on.
I don't know how resource intensive it is to setup this headless test server but maybe this needs more time since these CI runners have very low specs.
Looks like a spurious failure.
https://github.com/nimiq/core-rs-albatross/actions/runs/10389615326/job/28768041598?pr=2798