]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
semaphore: bump timeout
authorLuca Boccassi <luca.boccassi@gmail.com>
Fri, 13 Dec 2024 22:08:27 +0000 (22:08 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 13 Dec 2024 22:08:27 +0000 (22:08 +0000)
When semaphore is overloaded tests can take more than 1hr, bump
timeout

.semaphore/semaphore.yml

index 07742337e8a0bf25a7086e56233965d18ec65325..42df0f648f5ec6a70bf22f4ac1f064e357bb52ad 100644 (file)
@@ -15,7 +15,7 @@ auto_cancel:
     when: "true"
 
 execution_time_limit:
-  hours: 1
+  hours: 2
 
 blocks:
   - name: "Setup & test"