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

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