blob: aeaedc701f520196ad360c1a107eb8b989ea0518 [file] [log] [blame]
package testutil
import (
"time"
)
const (
// TODO(caprita): Set the timeout in a more principled manner.
ExpectTimeout = 20 * time.Second
)