Merge pull request #113282 from hercules-ci/qtwebengine-timeout

qtwebengine: Increase build timeout to 24h
This commit is contained in:
Robert Hensing 2021-02-17 01:08:29 +01:00 committed by GitHub
commit 931260043e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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