On Thu, 3 Jul 2025 10:18:47 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

>> Jan Kratochvil has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   retries 20->3
>>   add a sleep 30
>
> .github/actions/build-jtreg/action.yml line 59:
> 
>> 57:         while ! bash make/build.sh --jdk "$JAVA_HOME_17_X64"; do
>> 58:           retry=$[$retry+1]
>> 59:           if [ $retry -gt 20 ];then
> 
> 20 retries seems excessive. There is likely a persistent problem if it 
> retries that many times.
> 
> Suggestion:
> 
>           if [ $retry -gt 3 ];then

Done. I have also added a sleep 30.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26100#discussion_r2182489712

Reply via email to