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
+1
-1
progress_test.go
less
more
130
130
131
131
select {
132
132
case <-shutdown:
133
case <-time.After(500 * time.Millisecond):
133
case <-time.After(300 * time.Millisecond):
134
134
t.Error("ProgressBar didn't stop")
135
135
}
136
136
}