changed FUZZER_TIME
This commit is contained in:
parent
6a160b72e3
commit
767a23160b
@ -301,7 +301,7 @@ static FILE* LZ4IO_openDstFile(const char* dstFileName)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* sparse file */
|
/* sparse file */
|
||||||
if (f && g_sparseFileSupport) { SET_SPARSE_FILE_MODE(foutput); }
|
if (f && g_sparseFileSupport) { SET_SPARSE_FILE_MODE(f); }
|
||||||
|
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
|
@ -58,7 +58,7 @@ endif
|
|||||||
|
|
||||||
# Default test parameters
|
# Default test parameters
|
||||||
TEST_FILES := COPYING
|
TEST_FILES := COPYING
|
||||||
FUZZER_TIME := -T9mn
|
FUZZER_TIME := -T3mn
|
||||||
|
|
||||||
|
|
||||||
default: bins
|
default: bins
|
||||||
|
Loading…
Reference in New Issue
Block a user