mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
fix timeout (#7266)
This commit is contained in:
parent
f1e1c2083c
commit
84249043b4
@ -15,8 +15,8 @@ export default defineConfig({
|
||||
]
|
||||
}
|
||||
},
|
||||
expect: { timeout: 60000 },
|
||||
timeout: 90000,
|
||||
expect: { timeout: 15000 },
|
||||
timeout: 15000,
|
||||
testMatch: /.*.spec.ts/,
|
||||
testDir: "..",
|
||||
globalSetup: "./playwright-setup.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user