Github user zsxwing commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11833#discussion_r56751159
  
    --- 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 --
    
    Right. Updated


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

Reply via email to