Skip to content
Snippets Groups Projects
Commit 5c62cdaf authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: warn not error for gradle timeout

parent c8f49e71
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ async function executeGradle(
} catch (err) {
// istanbul ignore if
if (err.code === TIMEOUT_CODE) {
logger.error(' Process killed. Possibly gradle timed out.');
logger.warn({ err }, ' Process killed. Possibly gradle timed out.');
}
// istanbul ignore if
if (err.message.includes('Could not resolve all files for configuration')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment