Explorar el Código

优化修改代码

niujiuru hace 3 semanas
padre
commit
de1869045b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mvs_u_takephoto/takephoto_test.c

+ 1 - 1
mvs_u_takephoto/takephoto_test.c

@@ -13,7 +13,7 @@ static void coreMemCheck(const char *filename, int line, const char *ptr, int si
 int main(int argc,char *argv[])
 {
   int ret = 0; unsigned long stime, wtime, etime;
-  char filename[MAX_PATH_CHARS] = { 0 }; int timeout = 60;
+  char filename[MAX_PATH_CHARS] = { 0 }; int timeout = 5*60;
 
   if(!sw_heap_init(coreBuf, sizeof(coreBuf), 4)) goto end_p;