chore: increase timeouts

This commit is contained in:
Rob Watson 2023-07-16 08:56:01 +02:00
parent e38fb4d85f
commit 6a8af667c3
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@ type Conn interface {
}
const (
maxAttempts = 3
timeout = time.Second * 5
readBufferSizeBytes = 4_096
maxAttempts = 4
timeout = time.Second * 10
readBufferSizeBytes = 8_192
)
// Send writes the command to the provided Writer, and reads and validates the