Codebase list golang-github-vbauerster-mpb / 0bdb5d6
timeout decr Vladimir Bauer 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
130130
131131 select {
132132 case <-shutdown:
133 case <-time.After(500 * time.Millisecond):
133 case <-time.After(300 * time.Millisecond):
134134 t.Error("ProgressBar didn't stop")
135135 }
136136 }