LiteSun commented on a change in pull request #1918:
URL: https://github.com/apache/apisix-dashboard/pull/1918#discussion_r642739879



##########
File path: web/cypress/integration/route/search-route.spec.js
##########
@@ -17,18 +17,20 @@
 /* eslint-disable no-undef */
 
 context('Create and Search Route', () => {
-  const timeout = 500;
+  const timeout = 1000;

Review comment:
       Just for notes: the difference in timeout may be due to different 
computer performance. Also, cypress does not officially recommend using 
`cy.wait()`,  which can make the test unstable.




-- 
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]


Reply via email to