Skip to content

Commit

Permalink
#1906 shoot in 10 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 1, 2024
1 parent e75bf52 commit 038c51c
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 @@ -347,7 +347,7 @@ public Agent agent(final Talk talk, final Profile profile)
new Agent.Quiet(new DropsInstance(aws)),
new Agent.Quiet(new DetachesInstance(aws)),
new Agent.Quiet(new KillsInstance(aws, TimeUnit.HOURS.toMinutes(2L))),
new Agent.Quiet(new ShootsInstance(aws, TimeUnit.HOURS.toMinutes(2L))),
new Agent.Quiet(new ShootsInstance(aws, 10L)),
new RemovesShell(),
new ArchivesDaemon(
new ReRegion(
Expand Down

0 comments on commit 038c51c

Please sign in to comment.