ktmud commented on a change in pull request #9490: [Build] Add Github workflows
URL:
https://github.com/apache/incubator-superset/pull/9490#discussion_r406008676
##########
File path: superset-frontend/cypress-base/cypress.json
##########
@@ -1,13 +1,14 @@
{
"baseUrl": "http://localhost:8081",
"chromeWebSecurity": false,
- "defaultCommandTimeout": 20000,
- "requestTimeout": 20000,
- "ignoreTestFiles": ["**/!(*.test.js)"],
- "projectId": "fbf96q",
+ "defaultCommandTimeout": 5000,
+ "requestTimeout": 10000,
+ "ignoreTestFiles": [
+ "**/!(*.test.js)"
+ ],
"video": false,
"videoUploadOnPasses": false,
"viewportWidth": 1280,
"viewportHeight": 800,
- "requestTimeout": 10000
Review comment:
The original config has duplicate `requestTimeout`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]