@@ -73,7 +73,7 @@ func CreateNetworkAreaWaitHandler(ctx context.Context, a APIClientInterface, org
7373 }
7474 return false , area , nil
7575 })
76- handler .SetTimeout (15 * time .Minute )
76+ handler .SetTimeout (30 * time .Minute )
7777 return handler
7878}
7979
@@ -94,7 +94,7 @@ func UpdateNetworkAreaWaitHandler(ctx context.Context, a APIClientInterface, org
9494 return false , area , nil
9595 })
9696 handler .SetSleepBeforeWait (2 * time .Second )
97- handler .SetTimeout (15 * time .Minute )
97+ handler .SetTimeout (30 * time .Minute )
9898 return handler
9999}
100100
@@ -114,7 +114,7 @@ func DeleteNetworkAreaWaitHandler(ctx context.Context, a APIClientInterface, org
114114 }
115115 return true , nil , nil
116116 })
117- handler .SetTimeout (15 * time .Minute )
117+ handler .SetTimeout (30 * time .Minute )
118118 return handler
119119}
120120
@@ -135,7 +135,7 @@ func CreateNetworkWaitHandler(ctx context.Context, a APIClientInterface, project
135135 return false , network , nil
136136 })
137137 handler .SetSleepBeforeWait (2 * time .Second )
138- handler .SetTimeout (15 * time .Minute )
138+ handler .SetTimeout (30 * time .Minute )
139139 return handler
140140}
141141
@@ -156,7 +156,7 @@ func UpdateNetworkWaitHandler(ctx context.Context, a APIClientInterface, project
156156 return false , network , nil
157157 })
158158 handler .SetSleepBeforeWait (2 * time .Second )
159- handler .SetTimeout (15 * time .Minute )
159+ handler .SetTimeout (30 * time .Minute )
160160 return handler
161161}
162162
@@ -176,7 +176,7 @@ func DeleteNetworkWaitHandler(ctx context.Context, a APIClientInterface, project
176176 }
177177 return true , nil , nil
178178 })
179- handler .SetTimeout (15 * time .Minute )
179+ handler .SetTimeout (30 * time .Minute )
180180 return handler
181181}
182182
0 commit comments