Increase timeout on nodepool install
This can require building a few binary packages, which can take a while on a slower cloud. Increase timeout over default 300s Change-Id: I4b50c1af1f3fa4afb2f28e14f699fa8c3166e01e
This commit is contained in:
parent
97b05c1432
commit
0be57c44c3
@ -130,6 +130,7 @@ class nodepool (
|
||||
Package['libxslt-dev'],
|
||||
Package['libgmp-dev'],
|
||||
],
|
||||
timeout => 1000,
|
||||
}
|
||||
|
||||
file { '/etc/nodepool':
|
||||
|
Loading…
Reference in New Issue
Block a user