Skip to content

Commit

Permalink
add 15 min context to track (#2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero authored Nov 25, 2024
1 parent df2d5e2 commit b62b006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/node/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func TrackSubnetWithLocalMachine(
if err != nil {
return err
}
ctx, cancel := utils.GetANRContext()
ctx, cancel := network.BootstrappingContext()
defer cancel()
status, err := cli.Status(ctx)
if err != nil {
Expand Down

0 comments on commit b62b006

Please sign in to comment.