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 Feb 22, 2024
1 parent e2bca41 commit eb3170f
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(50 * time.Millisecond)
time.Sleep(70 * time.Millisecond)
workMutex.Unlock()
}()

Expand Down

0 comments on commit eb3170f

Please sign in to comment.