Revolyssup commented on code in PR #9619:
URL: https://github.com/apache/apisix/pull/9619#discussion_r1223863012
##########
t/plugin/log-rotate2.t:
##########
@@ -181,13 +181,13 @@ plugins:
- log-rotate
plugin_attr:
log-rotate:
- interval: 1
+ interval: 2
max_kept: 1
enable_compression: true
--- config
location /t {
content_by_lua_block {
- ngx.sleep(3.5)
+ ngx.sleep(2.5)
Review Comment:
The tests are flaky and fail intermittently and with this timeout
configuration they stopped failing.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]