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:
Robert Hensing 2021-02-16 10:17:55 +01:00
parent ecc19c0b99
commit 46a4d53063

View file

@ -229,6 +229,8 @@ qtModule {
description = "A web engine based on the Chromium web browser";
maintainers = with maintainers; [ matthewbauer ];
platforms = platforms.unix;
# This build takes a long time; particularly on slow architectures
timeout = 24 * 3600;
};
}