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 7999562
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 @@ -704,7 +704,7 @@ func TestMaxParallel(t *testing.T) {
}
sm.Unlock()
workMutex.Lock()
time.Sleep(3 * time.Millisecond)
time.Sleep(10 * time.Millisecond)
workMutex.Unlock()
sm.Lock()
currentConcurrency -= 1
Expand Down

0 comments on commit 7999562

Please sign in to comment.