From 28c56837c9c3e490eb84a04f3dae23984df1d6df Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Thu, 11 Dec 2008 11:52:19 -0700 Subject: [PATCH] Increase proc count to increase contention --- test/thrash_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/thrash_SUITE.erl b/test/thrash_SUITE.erl index 00b1ebb..7ad8dac 100644 --- a/test/thrash_SUITE.erl +++ b/test/thrash_SUITE.erl @@ -11,7 +11,7 @@ all() -> [test_thrash]. --define(PROCS, 5). +-define(PROCS, 10). test_thrash(_Config) -> %% Spin up 15 processes (async thread pool is 10)