chore: increment e2e test timeout

This commit is contained in:
mutoe 2021-08-15 19:11:48 +08:00
parent 0ba543f924
commit e5452ed9a9
No known key found for this signature in database
GPG Key ID: ABE5E78D073FC208
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
{
"baseUrl": "https://mutoe.github.io/vue3-realworld-example-app",
"chromeWebSecurity": false
"chromeWebSecurity": false,
"defaultCommandTimeout": 8000,
"requestTimeout": 8000
}