wasm-bindgen icon indicating copy to clipboard operation
wasm-bindgen copied to clipboard

Set default test timeout to 60s

Open gitmalong opened this issue 2 years ago • 1 comments

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.

gitmalong avatar Aug 30 '23 10:08 gitmalong

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.

daxpedda avatar Sep 02 '23 11:09 daxpedda