Increase WASM test timeout (#3298)

This commit is contained in:
Adam Obuchowicz 2022-02-23 13:58:51 +01:00 committed by GitHub
parent 0a4e3cb4b7
commit a13c6e84b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,6 +253,7 @@ commands.test.rust = async function (argv) {
'--headless',
'--chrome',
]
process.env.WASM_BINDGEN_TEST_TIMEOUT = 60
await run_cargo('cargo', args)
}
}