diff options
| author | toufic ar <contact@toufy.me> | 2026-07-14 17:43:58 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-07-14 17:43:58 +0300 |
| commit | a28939090485f476efb73b3de0ce277e19c02b96 (patch) | |
| tree | dd841f2fc8f6591af1b62a3e9dbdf19377bbeddd /adonis | |
| parent | 0705c3e2eaeafd56bbb4da3181f0e87687a92b99 (diff) | |
| download | servers-a28939090485f476efb73b3de0ce277e19c02b96.tar.gz servers-a28939090485f476efb73b3de0ce277e19c02b96.zip | |
autopush: increase service timeout to 1200s
Diffstat (limited to 'adonis')
| -rw-r--r-- | adonis/autopush/default.nix | 4 |
1 files 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 |
