BIGTOP-3569. Applying GPDB Puppet manifest fails on arm64 (addendum). (#800)

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 @@
       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,