mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
chromium: See if Hydra obeys a 24h meta.timeout
This commit is contained in:
parent
6c064e6b1f
commit
537d14f4e2
@ -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
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user