chromium: See if Hydra obeys a 24h meta.timeout

This commit is contained in:
Sarah Brofeldt 2018-04-26 21:59:33 +02:00
parent 6c064e6b1f
commit 537d14f4e2

View file

@ -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
};
})