1
This commit is contained in:
8
internal/integration/constants.go
Normal file
8
internal/integration/constants.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package integration
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
defaultRetryAmount = 5
|
||||
defaultRetryTimeout = 20 * time.Minute
|
||||
)
|
Reference in New Issue
Block a user