@@ -73,7 +73,7 @@ func CreateNetworkAreaWaitHandler(ctx context.Context, a APIClientInterface, org
73
73
}
74
74
return false , area , nil
75
75
})
76
- handler .SetTimeout (15 * time .Minute )
76
+ handler .SetTimeout (30 * time .Minute )
77
77
return handler
78
78
}
79
79
@@ -94,7 +94,7 @@ func UpdateNetworkAreaWaitHandler(ctx context.Context, a APIClientInterface, org
94
94
return false , area , nil
95
95
})
96
96
handler .SetSleepBeforeWait (2 * time .Second )
97
- handler .SetTimeout (15 * time .Minute )
97
+ handler .SetTimeout (30 * time .Minute )
98
98
return handler
99
99
}
100
100
@@ -114,7 +114,7 @@ func DeleteNetworkAreaWaitHandler(ctx context.Context, a APIClientInterface, org
114
114
}
115
115
return true , nil , nil
116
116
})
117
- handler .SetTimeout (15 * time .Minute )
117
+ handler .SetTimeout (30 * time .Minute )
118
118
return handler
119
119
}
120
120
@@ -135,7 +135,7 @@ func CreateNetworkWaitHandler(ctx context.Context, a APIClientInterface, project
135
135
return false , network , nil
136
136
})
137
137
handler .SetSleepBeforeWait (2 * time .Second )
138
- handler .SetTimeout (15 * time .Minute )
138
+ handler .SetTimeout (30 * time .Minute )
139
139
return handler
140
140
}
141
141
@@ -156,7 +156,7 @@ func UpdateNetworkWaitHandler(ctx context.Context, a APIClientInterface, project
156
156
return false , network , nil
157
157
})
158
158
handler .SetSleepBeforeWait (2 * time .Second )
159
- handler .SetTimeout (15 * time .Minute )
159
+ handler .SetTimeout (30 * time .Minute )
160
160
return handler
161
161
}
162
162
@@ -176,7 +176,7 @@ func DeleteNetworkWaitHandler(ctx context.Context, a APIClientInterface, project
176
176
}
177
177
return true , nil , nil
178
178
})
179
- handler .SetTimeout (15 * time .Minute )
179
+ handler .SetTimeout (30 * time .Minute )
180
180
return handler
181
181
}
182
182
0 commit comments