From 04553423257cb7342037abd91606d32d61a4abdb Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 29 Jan 2013 12:50:45 -0800 Subject: [PATCH] Add more overhead buffer to contention test --- test/basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basic.js b/test/basic.js index 8741963..c4d5eba 100644 --- a/test/basic.js +++ b/test/basic.js @@ -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