Skip to content

Commit

Permalink
FIX: Test timeout reduced to 30s.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Apr 7, 2022
1 parent ef9b82b commit ee730c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhove-bbt/scripts/process-modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ processModuleDir() {
fileName=$( basename "$FILE" )
if [[ ! $fileName == ".gitignore" ]] && [[ ! $fileName == "README" ]]; then
echo "Testing ${FILE}"
bash "$SCRIPT_DIR/exec-with-to.sh" -t 300 "$paramJhoveLoc/jhove" -m "${moduleName}" -h xml -o "$paramOutputRootDir/$moduleName/$fileName.jhove.xml" -k "$FILE"
bash "$SCRIPT_DIR/exec-with-to.sh" -t 30 "$paramJhoveLoc/jhove" -m "${moduleName}" -h xml -o "$paramOutputRootDir/$moduleName/$fileName.jhove.xml" -k "$FILE"
fi
done < <(find "$moduleDir" -type f -print0)
}
Expand Down

0 comments on commit ee730c8

Please sign in to comment.