From: Sapan Bhatia Date: Fri, 23 Jan 2009 16:36:50 +0000 (+0000) Subject: Reduce duration of test X-Git-Tag: tests-4.3-0~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f785f5348043f8f2e63b488c6a59a8951d41588a;hp=ded59ebafbfcbacbf6f062aba81f9d2f871faf09;p=tests.git Reduce duration of test --- 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;