From f785f5348043f8f2e63b488c6a59a8951d41588a Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 23 Jan 2009 16:36:50 +0000 Subject: [PATCH 1/1] Reduce duration of test --- qaapi/qa/tests/node/support/vsys_conctest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qaapi/qa/tests/node/support/vsys_conctest.c b/qaapi/qa/tests/node/support/vsys_conctest.c index a75178a..8a40f21 100644 --- a/qaapi/qa/tests/node/support/vsys_conctest.c +++ b/qaapi/qa/tests/node/support/vsys_conctest.c @@ -30,7 +30,7 @@ int main(int argc,char *argv[]) sprintf(topcmd,"%s/vsys/test.out",argv[1]); sprintf(top_in_file,"%s/vsys/test.in",argv[1]); - while (count < 200000) { + while (count < 10000) { fd_set readSet; int res; int nlines=0; -- 2.43.0