You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2020/11/27 09:37:06 UTC

[apisix] branch master updated: test: increase waiting time to make plugins reload test stable (#2868)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 3526958  test: increase waiting time to make plugins reload test stable (#2868)
3526958 is described below

commit 35269581e21473e1a27b11cceca6f773cad0192a
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Fri Nov 27 17:36:58 2020 +0800

    test: increase waiting time to make plugins reload test stable (#2868)
---
 t/admin/plugins-reload.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/admin/plugins-reload.t b/t/admin/plugins-reload.t
index aefbd05..349e9ad 100644
--- a/t/admin/plugins-reload.t
+++ b/t/admin/plugins-reload.t
@@ -109,7 +109,7 @@ stream_plugins:
 
         ngx.status = code
         ngx.say(org_body)
-        ngx.sleep(0.2)
+        ngx.sleep(1)
     }
 }
 --- request