github.com/tiagovtristao/plz@v13.4.0+incompatible/test/num_runs_test.go (about) 1 package test 2 3 import "testing" 4 import "time" 5 6 func TestNumRuns(t *testing.T) { 7 // Just take up a little time here so it's obvious how a number of runs 8 // multiplies up the duration (Go's so fast that this is essentially instant otherwise). 9 time.Sleep(100 * time.Millisecond) 10 }