Skip to content

Commit

Permalink
Merge pull request #107 from mzmcbride/2h-runtime
Browse files Browse the repository at this point in the history
Extend runtime to 2 hours
  • Loading branch information
legoktm committed Jun 19, 2024
2 parents f6b725d + 3c96f7b commit 6047040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: rusty
command: /usr/bin/timeout 59m /data/project/dbreps/src/database-reports/target/release/dbreps2
command: /usr/bin/timeout 119m /data/project/dbreps/src/database-reports/target/release/dbreps2
image: bookworm
schedule: "0 * * * * "
schedule: "0 */2 * * * "
cpu: 3
emails: onfailure

0 comments on commit 6047040

Please sign in to comment.