Skip to content

Commit

Permalink
tmp: decrease min pause cnt
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Leszczynski committed Sep 25, 2024
1 parent ea1c2ea commit db5c9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/restore/restore_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ func TestRestoreTablesPausedIntegration(t *testing.T) {
return err
}
return h.dstRestoreSvc.Restore(ctx, h.dstCluster.ClusterID, h.dstCluster.TaskID, h.dstCluster.RunID, rawProps)
}, 45*time.Second, 2)
}, 45*time.Second, 1)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit db5c9ec

Please sign in to comment.