Sign in
vanadium
/
release.go.x.ref
/
e920e668767b90a0eb4e01edf87c7b4708a10492
/
.
/
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
)