~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to tests/libtest/lib503.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Schuldei
  • Date: 2009-04-02 23:35:45 UTC
  • mto: (1.2.1 upstream) (3.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20090402233545-geixkwhe3izccjt7
Tags: upstream-7.19.4
ImportĀ upstreamĀ versionĀ 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *                            | (__| |_| |  _ <| |___
6
6
 *                             \___|\___/|_| \_\_____|
7
7
 *
8
 
 * $Id: lib503.c,v 1.18 2008-05-22 21:49:52 danf Exp $
 
8
 * $Id: lib503.c,v 1.19 2008-09-20 04:26:56 yangtse Exp $
9
9
 */
10
10
 
11
11
#include "test.h"
13
13
#include <sys/types.h>
14
14
 
15
15
#include "testutil.h"
 
16
#include "memdebug.h"
16
17
 
17
18
#define MAIN_LOOP_HANG_TIMEOUT     90 * 1000
18
19
#define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000