qtwebengine: Increase build timeout to 24h
The default 10h timeout caused the cancellation of builds on aarch64-linux builders. Perhaps counterintuitively, this wastes resources because it requires a restart, but never completes. https://hydra.nixos.org/build/136917190
This commit is contained in:
parent
ecc19c0b99
commit
46a4d53063
@ -229,6 +229,8 @@ qtModule {
|
|||||||
description = "A web engine based on the Chromium web browser";
|
description = "A web engine based on the Chromium web browser";
|
||||||
maintainers = with maintainers; [ matthewbauer ];
|
maintainers = with maintainers; [ matthewbauer ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
# This build takes a long time; particularly on slow architectures
|
||||||
|
timeout = 24 * 3600;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user