summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2017-07-04 17:52:45 -0400
committerJoan Touzet <joant@atypical.net>2017-07-04 17:52:45 -0400
commit3efc665346347697336ae36cb9a0e072ad410eef (patch)
tree609358db213b54dcd3ed870408fe6e043432a63a
parent409ea971d8272adbc3d4d51b42df698d0dfb9d32 (diff)
downloadcouchdb-631-up-process-pool-timeout.tar.gz
Increase timeout for couchdb_os_process_pool test631-up-process-pool-timeout
Fixes #631
-rw-r--r--src/couch/test/couchdb_os_proc_pool.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch/test/couchdb_os_proc_pool.erl b/src/couch/test/couchdb_os_proc_pool.erl
index f14af686d..4c623ca66 100644
--- a/src/couch/test/couchdb_os_proc_pool.erl
+++ b/src/couch/test/couchdb_os_proc_pool.erl
@@ -15,7 +15,7 @@
-include_lib("couch/include/couch_eunit.hrl").
-include_lib("couch/include/couch_db.hrl").
--define(TIMEOUT, 1000).
+-define(TIMEOUT, 3000).
setup() ->