@@ -63,7 +63,7 @@ func CreateNetworkAreaWaitHandler(ctx context.Context, a APIClientInterface, org
63
63
}
64
64
return false , area , nil
65
65
})
66
- handler .SetTimeout (10 * time .Minute )
66
+ handler .SetTimeout (15 * time .Minute )
67
67
return handler
68
68
}
69
69
@@ -84,7 +84,7 @@ func UpdateNetworkAreaWaitHandler(ctx context.Context, a APIClientInterface, org
84
84
return false , area , nil
85
85
})
86
86
handler .SetSleepBeforeWait (2 * time .Second )
87
- handler .SetTimeout (10 * time .Minute )
87
+ handler .SetTimeout (15 * time .Minute )
88
88
return handler
89
89
}
90
90
@@ -104,7 +104,7 @@ func DeleteNetworkAreaWaitHandler(ctx context.Context, a APIClientInterface, org
104
104
}
105
105
return true , nil , nil
106
106
})
107
- handler .SetTimeout (10 * time .Minute )
107
+ handler .SetTimeout (15 * time .Minute )
108
108
return handler
109
109
}
110
110
@@ -125,7 +125,7 @@ func CreateNetworkWaitHandler(ctx context.Context, a APIClientInterface, project
125
125
return false , network , nil
126
126
})
127
127
handler .SetSleepBeforeWait (2 * time .Second )
128
- handler .SetTimeout (10 * time .Minute )
128
+ handler .SetTimeout (15 * time .Minute )
129
129
return handler
130
130
}
131
131
@@ -146,7 +146,7 @@ func UpdateNetworkWaitHandler(ctx context.Context, a APIClientInterface, project
146
146
return false , network , nil
147
147
})
148
148
handler .SetSleepBeforeWait (2 * time .Second )
149
- handler .SetTimeout (10 * time .Minute )
149
+ handler .SetTimeout (15 * time .Minute )
150
150
return handler
151
151
}
152
152
@@ -166,7 +166,7 @@ func DeleteNetworkWaitHandler(ctx context.Context, a APIClientInterface, project
166
166
}
167
167
return true , nil , nil
168
168
})
169
- handler .SetTimeout (10 * time .Minute )
169
+ handler .SetTimeout (15 * time .Minute )
170
170
return handler
171
171
}
172
172
@@ -188,7 +188,7 @@ func CreateVolumeWaitHandler(ctx context.Context, a APIClientInterface, projectI
188
188
}
189
189
return false , volume , nil
190
190
})
191
- handler .SetTimeout (10 * time .Minute )
191
+ handler .SetTimeout (30 * time .Minute )
192
192
return handler
193
193
}
194
194
@@ -216,7 +216,7 @@ func DeleteVolumeWaitHandler(ctx context.Context, a APIClientInterface, projectI
216
216
}
217
217
return true , nil , nil
218
218
})
219
- handler .SetTimeout (10 * time .Minute )
219
+ handler .SetTimeout (30 * time .Minute )
220
220
return handler
221
221
}
222
222
@@ -521,7 +521,7 @@ func AddVolumeToServerWaitHandler(ctx context.Context, a APIClientInterface, pro
521
521
}
522
522
return false , nil , nil
523
523
})
524
- handler .SetTimeout (10 * time .Minute )
524
+ handler .SetTimeout (15 * time .Minute )
525
525
return handler
526
526
}
527
527
@@ -546,7 +546,7 @@ func RemoveVolumeFromServerWaitHandler(ctx context.Context, a APIClientInterface
546
546
}
547
547
return true , nil , nil
548
548
})
549
- handler .SetTimeout (10 * time .Minute )
549
+ handler .SetTimeout (15 * time .Minute )
550
550
return handler
551
551
}
552
552
0 commit comments