Explorar o código

优化修改代码

niujiuru hai 4 semanas
pai
achega
de1869045b
Modificáronse 1 ficheiros con 1 adicións e 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;