From a28939090485f476efb73b3de0ce277e19c02b96 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Tue, 14 Jul 2026 17:43:58 +0300 Subject: autopush: increase service timeout to 1200s --- adonis/autopush/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adonis/autopush/default.nix b/adonis/autopush/default.nix index 4b3c1db..3679988 100644 --- a/adonis/autopush/default.nix +++ b/adonis/autopush/default.nix @@ -155,7 +155,7 @@ in { path = [pkgs.docker pkgs.git]; serviceConfig = { Type = "oneshot"; - TimeoutSec = 300; + TimeoutSec = 1200; }; script = '' docker build -t compose2nix/autopush-autoconnect --build-arg BINARY=autoconnect --build-arg BUILD_ARGS="--no-default-features --features redis" --build-arg CRATE=autoconnect https://github.com/mozilla-services/autopush-rs.git @@ -166,7 +166,7 @@ in { path = [pkgs.docker pkgs.git]; serviceConfig = { Type = "oneshot"; - TimeoutSec = 300; + TimeoutSec = 1200; }; script = '' docker build -t compose2nix/autopush-autoend --build-arg BUILD_ARGS="--no-default-features --features redis" --build-arg CRATE=autoendpoint --build-arg BINARY=autoendpoint https://github.com/mozilla-services/autopush-rs.git -- cgit v1.3.1