mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
More test retries
This commit is contained in:
@@ -4,7 +4,7 @@ const config: PlaywrightTestConfig = {
|
||||
timeout: 120000,
|
||||
reportSlowTests: null,
|
||||
reporter: [['html', { open: 'never' }]],
|
||||
retries: 1,
|
||||
retries: 3,
|
||||
use: {
|
||||
baseURL: 'http://localhost:4173/console/',
|
||||
trace: 'on-first-retry'
|
||||
|
||||
Reference in New Issue
Block a user