Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 34407 invoked from network); 17 Mar 2010 22:24:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Mar 2010 22:24:11 -0000 Received: (qmail 97483 invoked by uid 500); 17 Mar 2010 22:24:11 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 97452 invoked by uid 500); 17 Mar 2010 22:24:11 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 97445 invoked by uid 99); 17 Mar 2010 22:24:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Mar 2010 22:24:10 +0000 X-ASF-Spam-Status: No, hits=-1292.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Mar 2010 22:24:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 17C112388A23; Wed, 17 Mar 2010 22:23:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r924528 - /couchdb/branches/0.11.x/test/etap/130-attachments-md5.t Date: Wed, 17 Mar 2010 22:23:50 -0000 To: commits@couchdb.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100317222350.17C112388A23@eris.apache.org> Author: jan Date: Wed Mar 17 22:23:49 2010 New Revision: 924528 URL: http://svn.apache.org/viewvc?rev=924528&view=rev Log: moar bumpage Modified: couchdb/branches/0.11.x/test/etap/130-attachments-md5.t Modified: couchdb/branches/0.11.x/test/etap/130-attachments-md5.t URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/test/etap/130-attachments-md5.t?rev=924528&r1=924527&r2=924528&view=diff ============================================================================== --- couchdb/branches/0.11.x/test/etap/130-attachments-md5.t (original) +++ couchdb/branches/0.11.x/test/etap/130-attachments-md5.t Wed Mar 17 22:23:49 2010 @@ -227,7 +227,7 @@ get_socket() -> do_request(Request) -> Sock = get_socket(), gen_tcp:send(Sock, list_to_binary(lists:flatten(Request))), - timer:sleep(200), + timer:sleep(1000), {ok, R} = gen_tcp:recv(Sock, 0), gen_tcp:close(Sock), [Header, Body] = re:split(R, "\r\n\r\n", [{return, binary}]),