Reduce duration of test
authorSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 23 Jan 2009 16:36:50 +0000 (16:36 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 23 Jan 2009 16:36:50 +0000 (16:36 +0000)
qaapi/qa/tests/node/support/vsys_conctest.c

index a75178a..8a40f21 100644 (file)
@@ -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;