chromium: Increase build timout to two days
This commit is contained in:
parent
bd05e877dc
commit
7679891e2b
@ -51,6 +51,6 @@ mkChromiumDerivation (base: rec {
|
|||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
|
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
|
||||||
timeout = 86400; # 24 hours
|
timeout = 172800; # 48 hours
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user