diff options
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 |
