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

membphis 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 a3f865a  fix: wait time is too short it will easy fail in some bad 
hardware environment (#2127)
a3f865a is described below

commit a3f865aa4bb9aa8324ad5025c46360977aed8bec
Author: Vinci Xu <277040...@qq.com>
AuthorDate: Thu Aug 27 16:47:09 2020 +0800

    fix: wait time is too short it will easy fail in some bad hardware 
environment (#2127)
---
 t/plugin/tcp-logger.t | 2 +-
 t/plugin/udp-logger.t | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/plugin/tcp-logger.t b/t/plugin/tcp-logger.t
index bb92476..7343f0d 100644
--- a/t/plugin/tcp-logger.t
+++ b/t/plugin/tcp-logger.t
@@ -161,7 +161,7 @@ GET /hello
 hello world
 --- no_error_log
 [error]
---- wait: 0.2
+--- wait: 1
 
 
 
diff --git a/t/plugin/udp-logger.t b/t/plugin/udp-logger.t
index 3112680..2e1530e 100644
--- a/t/plugin/udp-logger.t
+++ b/t/plugin/udp-logger.t
@@ -160,7 +160,7 @@ GET /opentracing
 opentracing
 --- no_error_log
 [error]
---- wait: 0.2
+--- wait: 1
 
 
 

Reply via email to