niujiuru 3 недель назад
Родитель
Сommit
de1869045b
1 измененных файлов с 1 добавлено и 1 удалено
  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;