Skip to content

Commit

Permalink
githubrunner: loop time increase to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilcuk committed Aug 13, 2024
1 parent 63d6a5d commit 413ad67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy/githubrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ repos:
# - Kamilcuk/nomad-tools
# - Kamilcuk/runnertest
runner_inactivity_timeout: 1w
loop: 60
2 changes: 1 addition & 1 deletion src/nomad_tools/entry_githubrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class Config(DataDict):
A star '*' causes to get all the repositories available.
"""

loop: int = 10
loop: int = 60
"""How many seconds will the loop run"""

runners: Dict[str, str] = {
Expand Down

0 comments on commit 413ad67

Please sign in to comment.