We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de63f27 commit b7ada72Copy full SHA for b7ada72
dag/dag_test.go
@@ -754,7 +754,7 @@ func TestMaxParallel(t *testing.T) {
754
// routines to reach it then release the lock.
755
workMutex.Lock()
756
go func() {
757
- time.Sleep(30 * time.Millisecond)
+ time.Sleep(50 * time.Millisecond)
758
workMutex.Unlock()
759
}()
760
0 commit comments