github.com/ltltlt/go-source-code@v0.0.0-20190830023027-95be009773aa/cmd/go/testdata/src/sleepy1/p_test.go (about)

     1  package p
     2  
     3  import (
     4  	"testing"
     5  	"time"
     6  )
     7  
     8  func Test1(t *testing.T) {
     9  	time.Sleep(200 * time.Millisecond)
    10  }