Skip to content

Commit 743cc86

Browse files
committed
260301.085123.CST [skip ci] update test_flang.yml, revising timelimit for installing llvm
1 parent 20877f1 commit 743cc86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_flang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: runner.os != 'Windows'
7979
uses: equipez/run-bash-command@v2
8080
with:
81-
timelimit: 320m
81+
timelimit: 180m
8282
command: |
8383
bash .github/scripts/install_llvm \
8484
|| { echo "Warning: LLVM Flang installation failed!!" >&2; exit 0; }

0 commit comments

Comments
 (0)