From 90f51656f06f04320c75c8f13440d0e1938b1a93 Mon Sep 17 00:00:00 2001 From: kayomn Date: Mon, 11 Aug 2025 16:07:06 +0100 Subject: [PATCH] Increase Drone CI timeout duration --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 3ae3db2..0c01b45 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ environment: steps: - name: build & test image: ubuntu:latest + timeout: 120 commands: - apt-get update - apt-get install -y openssl xz-utils wget