about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorSarah Brofeldt <>2018-04-26 21:59:33 +0200
committerSarah Brofeldt <>2018-04-26 21:59:33 +0200
commit537d14f4e2c8ef908641223bc80fe8e2bca74e90 (patch)
tree4c8ab7418240057aa7ef88f417868b8359f8e147 /pkgs/applications/networking
parent6c064e6b1f34a8416f990db0cc617a7195f71588 (diff)
downloadnixlib-537d14f4e2c8ef908641223bc80fe8e2bca74e90.tar
nixlib-537d14f4e2c8ef908641223bc80fe8e2bca74e90.tar.gz
nixlib-537d14f4e2c8ef908641223bc80fe8e2bca74e90.tar.bz2
nixlib-537d14f4e2c8ef908641223bc80fe8e2bca74e90.tar.lz
nixlib-537d14f4e2c8ef908641223bc80fe8e2bca74e90.tar.xz
nixlib-537d14f4e2c8ef908641223bc80fe8e2bca74e90.tar.zst
nixlib-537d14f4e2c8ef908641223bc80fe8e2bca74e90.zip
chromium: See if Hydra obeys a 24h meta.timeout
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/chromium/browser.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/chromium/browser.nix b/pkgs/applications/networking/browsers/chromium/browser.nix
index e35d894e0e7e..cca26b541240 100644
--- a/pkgs/applications/networking/browsers/chromium/browser.nix
+++ b/pkgs/applications/networking/browsers/chromium/browser.nix
@@ -51,5 +51,6 @@ mkChromiumDerivation (base: rec {
     license = licenses.bsd3;
     platforms = platforms.linux;
     hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
+    timeout = 86400; # 24 hours
   };
 })