Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b7ada72

Browse files
committedJan 5, 2024
dag: extend parallel test time to fix flaky test
1 parent de63f27 commit b7ada72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dag/dag_test.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ func TestMaxParallel(t *testing.T) {
754754
// routines to reach it then release the lock.
755755
workMutex.Lock()
756756
go func() {
757-
time.Sleep(30 * time.Millisecond)
757+
time.Sleep(50 * time.Millisecond)
758758
workMutex.Unlock()
759759
}()
760760

0 commit comments

Comments
 (0)
Please sign in to comment.