DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-serf / 0.8.1%2Bgit20180508.80ab4877~ds-1 / testutil / yield.go
123456789
package testutil import ( "time" ) func Yield() { time.Sleep(10 * time.Millisecond) }