|
|
@@ -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;
|
|
|
|