This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 56bb7d8  BIGTOP-3569. Applying GPDB Puppet manifest fails on arm64 
(addendum). (#800)
56bb7d8 is described below

commit 56bb7d8d90a13d3264eb2fb7f8938a43459cb662
Author: Kengo Seki <[email protected]>
AuthorDate: Tue Jul 13 10:44:49 2021 +0900

    BIGTOP-3569. Applying GPDB Puppet manifest fails on arm64 (addendum). (#800)
---
 bigtop-deploy/puppet/modules/gpdb/manifests/init.pp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bigtop-deploy/puppet/modules/gpdb/manifests/init.pp 
b/bigtop-deploy/puppet/modules/gpdb/manifests/init.pp
index b7cc37e..87445e2 100644
--- a/bigtop-deploy/puppet/modules/gpdb/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/gpdb/manifests/init.pp
@@ -113,6 +113,7 @@ class gpdb {
       exec { 'install_python_packages':
         command => "/usr/bin/env pip install -q 'cryptography<3.3' lockfile 
paramiko psutil",
         require => [Exec["install_pip"]],
+        timeout => 600,
       }
       package { ["gpdb"]:
         ensure => latest,

Reply via email to