Skip to content

Commit

Permalink
#1667 three hours
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 29, 2023
1 parent fc246f4 commit 09c1e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/rultor/agents/Agents.java
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public Agent agent(final Talk talk, final Profile profile)
new DropsDaemon(TimeUnit.DAYS.toMinutes(1L)),
new MkdirDaemon(),
new TimedAgent(new StartsDaemon(profile)),
new KillsDaemon(TimeUnit.HOURS.toMinutes(2L)),
new KillsDaemon(TimeUnit.HOURS.toMinutes(3L)),
new TimedAgent(new StopsDaemon()),
new TimedAgent(new EndsDaemon()),
new EndsRequest(),
Expand Down

0 comments on commit 09c1e28

Please sign in to comment.