This commit is contained in:
Edge-Seven 2025-11-18 14:47:52 +07:00 committed by GitHub
commit 96fa685440
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,7 +187,7 @@ func TestChainSkipIfStillRunning(t *testing.T) {
}()
// After 5ms, the first job is still in progress, and the second job was
// aleady skipped.
// already skipped.
time.Sleep(5 * time.Millisecond)
started, done := j.Started(), j.Done()
if started != 1 || done != 0 {