File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 66 setup_matrix :
77 name : ' Setup Test Matrix'
88 runs-on : ubuntu-latest
9- timeout-minutes : 40
9+ timeout-minutes : 60
1010 outputs :
1111 beaker_setfiles : ${{ steps.get-outputs.outputs.beaker_setfiles }}
1212 puppet_major_versions : ${{ steps.get-outputs.outputs.puppet_major_versions }}
3131 unit :
3232 needs : setup_matrix
3333 runs-on : ubuntu-latest
34- timeout-minutes : 40
34+ timeout-minutes : 60
3535 strategy :
3636 fail-fast : false
3737 matrix :
Original file line number Diff line number Diff line change 11---
2- .travis.yml :
3- secure : " SDpX6jzritODonEQBqy9g0NbOmk2a9dBfAtZLrvHwM8BTpM2W0Y1daqzIbpzxFiqlNX+6r2GSq9SV70N0A9Ko/uPV9aG/XZx7MsBR9DNVjgqjJSl7+aF88VJfRpOv4PAyTM33JMx91nLFxM/ql61YX+2DXGXrhUkBsMZcdBgQnk="
4- docker_sets :
5- - set : ubuntu1604-64
6- - set : ubuntu1804-64
7- - set : centos7-64
8- - set : debian9-64
9- - set : debian10-64
2+ .github/workflows/ci.yml :
3+ timeout_minutes : 60
You can’t perform that action at this time.
0 commit comments