mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
11 lines
121 B
Go
11 lines
121 B
Go
package assert
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
const (
|
|
defaultTimeout = 5 * time.Second
|
|
defaultWait = 500 * time.Millisecond
|
|
)
|