Merge pull request #39570 from srhb/chromium-24h-timeout

chromium: See if Hydra obeys a 24h meta.timeout
This commit is contained in:
Sarah Brofeldt 2018-04-26 22:12:16 +02:00 committed by GitHub
commit 2248f98dea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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