Merge pull request #113282 from hercules-ci/qtwebengine-timeout
qtwebengine: Increase build timeout to 24h
This commit is contained in:
commit
931260043e
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue