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

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit cc30859500ec1781accbf85f18b0e61ee8bb7e0a
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jul 31 15:55:14 2023 +0200

    Bump the pagination limit to 300s.
---
 libcloud/compute/drivers/azure_arm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcloud/compute/drivers/azure_arm.py 
b/libcloud/compute/drivers/azure_arm.py
index 82273c565..678f6ae6d 100644
--- a/libcloud/compute/drivers/azure_arm.py
+++ b/libcloud/compute/drivers/azure_arm.py
@@ -66,7 +66,7 @@ VM_SIZE_API_VERSION = "2015-06-15"  # this API is deprecated
 
 # If pagination code in the list_nodes() method has still not completed after 
this mount of
 # seconds, we will break early from while True loop to avoid infinite loop 
under edge conditions.
-LIST_NODES_PAGINATION_TIMEOUT = 60
+LIST_NODES_PAGINATION_TIMEOUT = 300
 
 
 class AzureImage(NodeImage):

Reply via email to