You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/06/03 19:34:17 UTC

[couchdb] 01/02: chore(test): increase test timeout #571

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 0be155cb7e81a4c9b9c1aa3fab74da85c8886fd4
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sat Jun 3 18:58:25 2017 +0200

    chore(test): increase test timeout #571
---
 src/couch/test/couchdb_os_daemons_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch/test/couchdb_os_daemons_tests.erl b/src/couch/test/couchdb_os_daemons_tests.erl
index 38532f2..917b344 100644
--- a/src/couch/test/couchdb_os_daemons_tests.erl
+++ b/src/couch/test/couchdb_os_daemons_tests.erl
@@ -40,7 +40,7 @@
 -define(DAEMON_DIE_QUICKLY, "os_daemon_die_quickly.sh").
 -define(TRIES, 20).
 -define(TRY_DELAY_MS, 100).
--define(TIMEOUT, 1000).
+-define(TIMEOUT, 10000).
 
 
 setup(DName) ->

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.