Fix tests
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m44s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m44s
This commit is contained in:
@@ -5,8 +5,12 @@ module.exports = defineConfig({
|
||||
testMatch: '*.spec.js',
|
||||
timeout: 300_000,
|
||||
retries: 0,
|
||||
expect: {
|
||||
timeout: 10_000,
|
||||
},
|
||||
use: {
|
||||
baseURL: 'http://localhost:8889',
|
||||
actionTimeout: 10_000,
|
||||
launchOptions: {
|
||||
args: ['--disable-dev-shm-usage'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user