Skip to content

Commit

Permalink
dag: extend parallel test time to fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGamba committed Jan 5, 2024
1 parent de63f27 commit b7ada72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dag/dag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ func TestMaxParallel(t *testing.T) {
// routines to reach it then release the lock.
workMutex.Lock()
go func() {
time.Sleep(30 * time.Millisecond)
time.Sleep(50 * time.Millisecond)
workMutex.Unlock()
}()

Expand Down

0 comments on commit b7ada72

Please sign in to comment.