From 7c57f95f7597c9ffd6d7d7ce70e138635f031bb5 Mon Sep 17 00:00:00 2001 From: Ganesh Datta Date: Sat, 24 Feb 2024 12:40:26 +0530 Subject: [PATCH 1/2] updated the execution time of semaphore build to 3 hours --- .semaphore/semaphore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index e822df087..edfa84039 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -14,7 +14,7 @@ fail_fast: when: "true" execution_time_limit: - hours: 1 + hours: 3 queue: - when: "branch != 'master' and branch !~ '[0-9]+\\.[0-9]+\\.x'" From 246afa79f2fe464c35a101afaabacfe3273762f3 Mon Sep 17 00:00:00 2001 From: Ganesh Datta Date: Mon, 26 Feb 2024 21:25:13 +0530 Subject: [PATCH 2/2] increased the execution time to 10 hourse --- .semaphore/semaphore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index edfa84039..cccbf2fb6 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -14,7 +14,7 @@ fail_fast: when: "true" execution_time_limit: - hours: 3 + hours: 10 queue: - when: "branch != 'master' and branch !~ '[0-9]+\\.[0-9]+\\.x'"