Skip to content

Commit

Permalink
[FLINK-10739][tests] Harden ProcessFailureCancelingITCase.testCanceli…
Browse files Browse the repository at this point in the history
…ngOnProcessFailure.

This closes apache#6993.
  • Loading branch information
kl0u committed Nov 1, 2018
1 parent a079915 commit b9934c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public Long map(Long value) throws Exception {

fatalErrorHandler.rethrowError();

RpcUtils.terminateRpcService(rpcService, Time.seconds(10L));
RpcUtils.terminateRpcService(rpcService, Time.seconds(100L));
}
}

Expand Down

0 comments on commit b9934c6

Please sign in to comment.