We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e061852 commit 894b126Copy full SHA for 894b126
1 file changed
.github/actions/build/download-build-artifacts/action.yml
@@ -108,7 +108,7 @@ runs:
108
return;
109
}
110
111
- core.info(`Build still running... (${elapsed}s elapsed)`);
+ core.info(`Build still running... (${elapsed}s elapsed, max: ${maxWaitSeconds}s)`);
112
await new Promise(resolve => setTimeout(resolve, 60000)); // Sleep 60 seconds
113
114
buildRun = await findBuildRun();
0 commit comments