Github user yhuai commented on a diff in the pull request:
https://github.com/apache/spark/pull/11833#discussion_r56738165
--- Diff:
common/network-common/src/test/java/org/apache/spark/network/RequestTimeoutIntegrationSuite.java
---
@@ -121,7 +121,7 @@ public StreamManager getStreamManager() {
// Second times out after 2 seconds, with slack. Must be IOException.
TestCallback callback1 = new TestCallback();
client.sendRpc(ByteBuffer.allocate(0), callback1);
- callback1.latch.await(4, TimeUnit.SECONDS);
+ callback1.latch.await(60, TimeUnit.SECONDS);
--- End diff --
Does the commend `Second times out after 2 seconds, with slack. Must be
IOException.` mean anything to the value that we put at here?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]