Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Add more overhead buffer to contention test
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 29, 2013
1 parent d69092a commit 0455342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.js
Expand Up @@ -23,7 +23,7 @@ test('lock contention', function (t) {
// increases, because we're creating more and more watchers.
// irl, you should never have several hundred contenders for a
// single lock, so this situation is somewhat pathological.
var overhead = 20
var overhead = 200
var wait = N * overhead + delay

// first make it locked, so that everyone has to wait
Expand Down

0 comments on commit 0455342

Please sign in to comment.