Skip to content

Commit 9c29167

Browse files
committed
260221.111346.CET revise the retry delay of install_aomp
1 parent 9ce8b02 commit 9c29167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_aflang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Retry in case of failure due to transient network issues. If it fails and the date is
7676
# not divisible by 3, then we keep going and skip the AOMP test. This is to decrease the
7777
# chance of workflow failure due to transient network issues, while still testing AOMP regularly.
78-
bash .github/scripts/install_aomp 8 1800 || [[ $(( $(date +%-d) % 3 )) -ne 0 ]]
78+
bash .github/scripts/install_aomp 8 2000 || [[ $(( $(date +%-d) % 3 )) -ne 0 ]]
7979
type amdflang || echo "WARNING!!! amdflang does not work after AOMP installation, which probably failed!!!" 2>&1
8080
8181
- name: Install AOCC

0 commit comments

Comments
 (0)