wasm-bindgen
wasm-bindgen copied to clipboard
Set default test timeout to 60s
cargo's default test timeout is at 60s. For consistency I suggest to set it for wasm-pack executed tests to 60s instead of 20s.
This is wasm-bindgen not wasm-pack.
Happy to change it to follow Cargo's default though, any PR's welcome. We should probably also document https://github.com/rustwasm/wasm-bindgen/pull/2036 at this point.