Skip to content

Commit

Permalink
Increase amq connect timeout to 5 minutes (redhat-cne#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Ding <jackding@gmail.com>
  • Loading branch information
jzding committed Jan 3, 2023
1 parent 62c2b10 commit 5772dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/amqp/amqp.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
var (
instance *AMQP
retryTimeout = 500 * time.Millisecond
cancelTimeout = 30 * time.Second
cancelTimeout = 300 * time.Second
)

// AMQP exposes amqp api methods
Expand Down

0 comments on commit 5772dc0

Please sign in to comment.