Skip to content

Commit

Permalink
increase eventually timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiying-lin committed Jan 6, 2025
1 parent bf6428c commit c2074bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/trafficmanager/validator/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
timeout = time.Second * 60 // need more time to create azure resources
timeout = time.Second * 90 // need more time to create azure resources
interval = time.Millisecond * 250
// duration used by consistently
duration = time.Second * 30
Expand Down

0 comments on commit c2074bb

Please sign in to comment.