go-ping / ping

ICMP Ping library for Go
MIT License
1.31k stars 344 forks source link

fixed sometimes failing test #188

Closed Code-Hex closed 2 years ago

Code-Hex commented 2 years ago

I'm using an M1 Mac. Run the test, it will most likely fail.

How to reproduce

sometimes run this command

$ go test -timeout 30s -run "TestRunOK" github.com/go-ping/ping -v -count=1
CHTJonas commented 2 years ago

Any chance you could please add a fmt.Println("stats.MinRtt:", stats.MinRtt) and tell us how long it actually takes?

Code-Hex commented 2 years ago

@CHTJonas Thanks for replied. But I don't have a passion for this library now. So I close this PR. Sorry.