From 6f2fda2b971a291638bca126dc5f42f440ec2c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Sat, 2 Dec 2023 16:43:21 +0100 Subject: (buildsystem) Set rocm-llvm timeout to 64000 --- modules/buildsystem/manifests/iurt/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/buildsystem/manifests/iurt/config.pp b/modules/buildsystem/manifests/iurt/config.pp index ec05f6b9..b122a832 100644 --- a/modules/buildsystem/manifests/iurt/config.pp +++ b/modules/buildsystem/manifests/iurt/config.pp @@ -28,7 +28,7 @@ define buildsystem::iurt::config() { 'vtk' => 57600, 'webkit' => 57600, 'wrapitk' => 115200, - 'rocm-llvm' => 60000, + 'rocm-llvm' => 64000, } $allow_network_access = [ -- cgit v1.2.1