membphis commented on a change in pull request #2209:
URL: https://github.com/apache/apisix/pull/2209#discussion_r489481394



##########
File path: t/admin/routes.t
##########
@@ -1611,7 +1610,7 @@ location /t {
         end
 
         ngx.say("[push] succ: ", body)
-        ngx.sleep(2.5)
+        ngx.sleep(2)

Review comment:
       ditto

##########
File path: t/admin/routes.t
##########
@@ -1557,8 +1557,7 @@ location /t {
         ngx.say("code: ", code)
         ngx.say(body)
 
-        -- etcd v3 would still get the value at 2s, don't know why yet
-        ngx.sleep(2.5)
+        ngx.sleep(2)

Review comment:
       why change this?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to