diff --git a/_fixtures/testnextprog.go b/_fixtures/testnextprog.go index a605b1d1..beb667ff 100644 --- a/_fixtures/testnextprog.go +++ b/_fixtures/testnextprog.go @@ -6,7 +6,7 @@ import ( ) func sleepytime() { - time.Sleep(time.Millisecond) + time.Sleep(time.Nanosecond) } func helloworld() { @@ -26,7 +26,7 @@ func testnext() { } func main() { - for i := 0; i <= 100; i++ { + for i := 0; i <= 1; i++ { sleepytime() testnext() } diff --git a/proctl/testnextprog b/proctl/testnextprog index b6f4f7c5..66ff8326 100755 Binary files a/proctl/testnextprog and b/proctl/testnextprog differ