mdedetrich commented on code in PR #590:
URL: https://github.com/apache/pekko-http/pull/590#discussion_r1747407501


##########
http-core/src/test/resources/reference.conf:
##########
@@ -6,4 +6,5 @@ pekko {
     default-dispatcher.throughput = 1
   }
   stream.materializer.debug.fuzzing-mode = off
+  stream.testkit.all-stages-stopped-timeout = 20 s

Review Comment:
   > I agree with the goal of helping test writers but it's not good if tests 
only succeed or fail after a long timeout. Event the old 2 second timeout might 
have been somewhat of a test fixing bankruptcy issue where we didn't have the 
time to make sure all tests run through in a timely fashion.
   
   Should I go through and undo this global timeout increase and only apply it 
to the specific tests?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to