@@ -228,7 +228,7 @@ func TestTimeoutConfigurationsPushNotifications(t *testing.T) {
228228 // Wait for failover to complete
229229 status , err := faultInjector .WaitForAction (ctx , failoverResp .ActionID ,
230230 WithMaxWaitTime (180 * time .Second ),
231- WithPollInterval (1 * time .Second ),
231+ WithPollInterval (2 * time .Second ),
232232 )
233233 if err != nil {
234234 ef ("[FI] Failover action failed for %s: %v" , timeoutTest .name , err )
@@ -263,8 +263,8 @@ func TestTimeoutConfigurationsPushNotifications(t *testing.T) {
263263
264264 // Wait for migration to complete
265265 status , err = faultInjector .WaitForAction (ctx , migrateResp .ActionID ,
266- WithMaxWaitTime (120 * time .Second ),
267- WithPollInterval (1 * time .Second ),
266+ WithMaxWaitTime (240 * time .Second ),
267+ WithPollInterval (2 * time .Second ),
268268 )
269269 if err != nil {
270270 ef ("[FI] Migrate action failed for %s: %v" , timeoutTest .name , err )
@@ -283,8 +283,8 @@ func TestTimeoutConfigurationsPushNotifications(t *testing.T) {
283283 ef ("Failed to trigger bind action for %s: %v" , timeoutTest .name , err )
284284 }
285285 status , err = faultInjector .WaitForAction (ctx , bindResp .ActionID ,
286- WithMaxWaitTime (120 * time .Second ),
287- WithPollInterval (1 * time .Second ),
286+ WithMaxWaitTime (240 * time .Second ),
287+ WithPollInterval (2 * time .Second ),
288288 )
289289 if err != nil {
290290 ef ("[FI] Bind action failed for %s: %v" , timeoutTest .name , err )
0 commit comments