blob: ff60131d3fb4b8a4aada7ad652c3e36df2d3fd0d [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 foo_timeout_test
import (
"testing"
"time"
)
func TestWithSleep(t *testing.T) {
time.Sleep(3 * time.Second)
}