Skip to content

Commit

Permalink
Update trylock_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen authored May 29, 2018
1 parent f1f34f0 commit 7ee6177
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trylock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ func TestMutexLockBroadcast(t *testing.T) {
}()
}

time.Sleep(10 * time.Millisecond)

mu.Unlock()

time.Sleep(10 * time.Millisecond)
Expand Down

0 comments on commit 7ee6177

Please sign in to comment.