Skip to content

Commit

Permalink
chore: bump http timeout from 10s to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Jul 11, 2023
1 parent 5993cbc commit 3a6e489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cd/manager/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "time"
const DefaultTick = 10 * time.Second
const DefaultTtlDays = 1
const DefaultFailureTime = 30 * time.Minute
const DefaultHttpWaitTime = 10 * time.Second
const DefaultHttpWaitTime = 30 * time.Second
const DefaultWaitTime = 5 * time.Minute

type JobType string
Expand Down

0 comments on commit 3a6e489

Please sign in to comment.