Skip to content

Commit

Permalink
[FLINK-22496][tests] Harden ClusterEntrypointTest.testCloseAsyncShoul…
Browse files Browse the repository at this point in the history
…dBeExecutedInShutdownHook

Hardens the ClusterEntrypointTest.testCloseAsyncShouldBeExecutedInShutdownHook by increasing the timeout from 3s to 10s.
  • Loading branch information
tillrohrmann committed Jun 8, 2021
1 parent f5267c3 commit 18ba8ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
/** Tests for the {@link ClusterEntrypoint}. */
public class ClusterEntrypointTest extends TestLogger {

private static final long TIMEOUT_MS = 3000;
private static final long TIMEOUT_MS = 10000;

private Configuration flinkConfig;

Expand Down

0 comments on commit 18ba8ea

Please sign in to comment.