Sign in
vanadium
/
release.go.x.ref
/
3f0eaf9f418402a8c772c838efd0a34030c6de21
/
.
/
services
/
mgmt
/
lib
/
testutil
/
timeouts.go
blob: aeaedc701f520196ad360c1a107eb8b989ea0518 [
file
] [
log
] [
blame
]
package testutil
import (
"time"
)
const (
// TODO(caprita): Set the timeout in a more principled manner.
ExpectTimeout = 20 * time.Second
)