blob: 38888a455bdca0f22d00312cf62cc35b782cfeab [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package testutil
import (
"time"
)
const (
// TODO(caprita): Set the timeout in a more principled manner.
ExpectTimeout = 20 * time.Second
)