Lines Matching refs:Timer
719 // The ReadAll will hang for a failing test, so use a Timer to
2105 // Issue was caused by the timeout handler starting the timer when
3135 timer := time.AfterFunc(d, func() {
3139 defer timer.Stop()
3447 var quitTimer *time.Timer
3482 // Before we shut down our two httptest.Servers, start a timer.
4623 timer := time.AfterFunc(10*time.Second, func() {
4626 defer timer.Stop()
4632 timer.Stop()