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 04272b8 commit de63f27
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(1 * time.Millisecond)
time.Sleep(3 * time.Millisecond)
workMutex.Unlock()
sm.Lock()
currentConcurrency -= 1
Expand Down

0 comments on commit de63f27

Please sign in to comment.