mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Remove unused packages as part of build dependencies
The reproducible runtime test failed due to running out of space. If we have multiple tests failing due to out of space, and all of our tests have these unused, it makes sense just to always so uninstall. Also extends the time limit of reproducible-runtime, as 2h has been hit a few times before.
This commit is contained in:
@@ -7,7 +7,7 @@ pub fn reproducibly_builds() {
|
||||
use dockertest::{PullPolicy, Image, Composition, DockerTest};
|
||||
|
||||
const RUNS: usize = 3;
|
||||
const TIMEOUT: u16 = 120 * 60; // 120 minutes
|
||||
const TIMEOUT: u16 = 180 * 60; // 3 hours
|
||||
|
||||
serai_docker_tests::build("runtime".to_string());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user