Skip to content

Commit

Permalink
[hotfix] Raise Akka test timeouts some more
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Apr 27, 2015
1 parent 88638de commit a2c9cbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ public void testTaskManagerProcessFailure() {

Configuration jmConfig = new Configuration();
jmConfig.setString(ConfigConstants.AKKA_WATCH_HEARTBEAT_INTERVAL, "1000 ms");
jmConfig.setString(ConfigConstants.AKKA_WATCH_HEARTBEAT_PAUSE, "2 s");
jmConfig.setInteger(ConfigConstants.AKKA_WATCH_THRESHOLD, 7);
jmConfig.setString(ConfigConstants.AKKA_WATCH_HEARTBEAT_PAUSE, "6 s");
jmConfig.setInteger(ConfigConstants.AKKA_WATCH_THRESHOLD, 9);
jmConfig.setString(ConfigConstants.DEFAULT_EXECUTION_RETRY_DELAY_KEY, "4 s");

jmActorSystem = AkkaUtils.createActorSystem(jmConfig, new Some<Tuple2<String, Object>>(localAddress));
Expand Down

0 comments on commit a2c9cbb

Please sign in to comment.