From 1c87d160183e0265d7b0f00653c58926d90e15db Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 31 Mar 2022 09:39:34 +0100
Subject: [PATCH] Resolve VM ttl race condition

Just make the CI stop job run sooner than the vmine expiration.
---
 ci/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/deploy.yml b/ci/deploy.yml
index e9299cda..d6940324 100644
--- a/ci/deploy.yml
+++ b/ci/deploy.yml
@@ -31,7 +31,7 @@ variables:
   VM_IMAGE: bullseye
   VM_RAM: 2048
   VM_CPU: 1
-  VM_TTL: "3h"
+  VM_TTL: "4h"
   VM_TAG: default
   VM_DASHBOARD_URL: "https://vm.investici.org"
   FLOATUP_ARGS: ""
-- 
GitLab