From 413ad6764e53f47e7a51e711a9e1e19f839a8362 Mon Sep 17 00:00:00 2001 From: Kamil Cukrowski Date: Tue, 13 Aug 2024 21:35:50 +0200 Subject: [PATCH] githubrunner: loop time increase to 60 --- deploy/githubrunner.yml | 1 + src/nomad_tools/entry_githubrunner.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/githubrunner.yml b/deploy/githubrunner.yml index 0c4d79c..d25a8cb 100644 --- a/deploy/githubrunner.yml +++ b/deploy/githubrunner.yml @@ -6,3 +6,4 @@ repos: # - Kamilcuk/nomad-tools # - Kamilcuk/runnertest runner_inactivity_timeout: 1w +loop: 60 diff --git a/src/nomad_tools/entry_githubrunner.py b/src/nomad_tools/entry_githubrunner.py index 2127294..817d838 100644 --- a/src/nomad_tools/entry_githubrunner.py +++ b/src/nomad_tools/entry_githubrunner.py @@ -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] = {