Skip to content

Commit

Permalink
[hotfix][tests] Stabilize HistoryServerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Mar 12, 2021
1 parent c998ba4 commit 9e532f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void setUp() throws Exception {
new MiniClusterResourceConfiguration.Builder()
.setConfiguration(clusterConfig)
.setNumberTaskManagers(1)
.setNumberSlotsPerTaskManager(1)
.setNumberSlotsPerTaskManager(2)
.build());
cluster.before();
}
Expand Down

0 comments on commit 9e532f1

Please sign in to comment.