DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-serf / 0.7.0~ds1-1 / testutil / yield.go
123456789
package testutil import ( "time" ) func Yield() { time.Sleep(10 * time.Millisecond) }