We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794a5b6 commit 923cd95Copy full SHA for 923cd95
1 file changed
.github/workflows/test_and_build_docker.yml
@@ -68,7 +68,7 @@ jobs:
68
vipm --labview-version 2026 build "${vipb}" && break
69
echo "Build attempt $i failed, retrying..."
70
[ $i -eq 3 ] && exit 1
71
- sleep 10
+ sleep 90
72
done
73
74
@@ -132,7 +132,7 @@ jobs:
132
- uses: actions/checkout@v6
133
with:
134
submodules: 'true'
135
- - name: Install
+ - name: Install project dependencies
136
run: vipm install package.vip
137
- name: Create Install Tests
138
shell: bash
0 commit comments