소스 검색

优化修改代码

niujiuru 4 주 전
부모
커밋
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;