Skip to content

Commit

Permalink
fix: wait time is too short it will easy fail in some bad hardware en…
Browse files Browse the repository at this point in the history
…vironment (#2127)
  • Loading branch information
ShiningRush authored Aug 27, 2020
1 parent 4d5ecc1 commit a3f865a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/plugin/tcp-logger.t
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ GET /hello
hello world
--- no_error_log
[error]
--- wait: 0.2
--- wait: 1



Expand Down
2 changes: 1 addition & 1 deletion t/plugin/udp-logger.t
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ GET /opentracing
opentracing
--- no_error_log
[error]
--- wait: 0.2
--- wait: 1



Expand Down

0 comments on commit a3f865a

Please sign in to comment.