chore: update linter.

This commit is contained in:
Ludovic Fernandez
2020-08-21 11:12:04 +02:00
committed by GitHub
parent e424cc7608
commit b67a7215f6
16 changed files with 38 additions and 44 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
)
const (
// CITimeoutMultiplier is the multiplier for all timeout in the CI
// CITimeoutMultiplier is the multiplier for all timeout in the CI.
CITimeoutMultiplier = 3
maxInterval = 5 * time.Second
)