refactor: replace message.content with message.parts (#868)
This commit is contained in:
parent
553a3d825a
commit
47a630fd53
25 changed files with 1311 additions and 311 deletions
|
|
@ -44,9 +44,9 @@ export default defineConfig({
|
|||
},
|
||||
|
||||
/* Configure global timeout for each test */
|
||||
timeout: 30000,
|
||||
timeout: 60 * 1000, // 30 seconds
|
||||
expect: {
|
||||
timeout: 30000,
|
||||
timeout: 60 * 1000,
|
||||
},
|
||||
|
||||
/* Configure projects */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue