From 45c57f57da3333084033acf5cfeb2e9f5947e89f Mon Sep 17 00:00:00 2001 From: Rohan Kapoor Date: Sat, 4 Jul 2020 19:12:41 -0700 Subject: [PATCH] Increase timeout for the duoauthproxy-make step --- manifests/install.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/install.pp b/manifests/install.pp index ee889f9..5f4f76e 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -36,6 +36,7 @@ environment => ['PYTHON=python'], path => $facts['path'], creates => $creates_path, + timeout => 1800, require => Package[$duo_authproxy::dep_packages], }