fix test running for wasm/js browser

This commit is contained in:
nullsanya
2025-04-05 12:45:51 +10:00
parent 8c5678e26f
commit 4586ad65b5
5 changed files with 19 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
config.set({
client: {
mocha: {
timeout: 240000
}
}
});