oknet commented on a change in pull request #6910:
URL: https://github.com/apache/trafficserver/pull/6910#discussion_r443957576
##########
File path: contrib/openssl/async_engine.c
##########
@@ -213,9 +228,11 @@ void *
delay_method(void *arg)
{
int signal_fd = (intptr_t)arg;
- sleep(5);
+ sleep(2);
uint64_t buf = 1;
Review comment:
char buf = DUMMY_CHAR;
----------------------------------------------------------------
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:
[email protected]