File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3232 # Ensures that the docs site builds successfully. Note that this workflow does not deploy the docs site.
3333 build :
3434 runs-on : ubuntu-latest
35- timeout-minutes : 40
35+ timeout-minutes : 60
3636
3737 strategy :
3838 fail-fast : true
Original file line number Diff line number Diff line change 4444jobs :
4545 ldap :
4646 runs-on : ${{ matrix.os }}
47- timeout-minutes : 40
47+ timeout-minutes : 60
4848
4949 strategy :
5050 fail-fast : true
Original file line number Diff line number Diff line change 2929jobs :
3030 msftidy :
3131 runs-on : ubuntu-latest
32- timeout-minutes : 40
32+ timeout-minutes : 60
3333
3434 env :
3535 BUNDLE_WITHOUT : " coverage development pcap"
Original file line number Diff line number Diff line change 4444jobs :
4545 mssql :
4646 runs-on : ${{ matrix.os }}
47- timeout-minutes : 40
47+ timeout-minutes : 60
4848
4949 services :
5050 mssql :
Original file line number Diff line number Diff line change 4444jobs :
4545 mysql :
4646 runs-on : ${{ matrix.os }}
47- timeout-minutes : 40
47+ timeout-minutes : 60
4848
4949 services :
5050 mysql :
Original file line number Diff line number Diff line change 4444jobs :
4545 postgres :
4646 runs-on : ${{ matrix.os }}
47- timeout-minutes : 40
47+ timeout-minutes : 60
4848
4949 services :
5050 postgres :
5454 POSTGRES_USER : postgres
5555 POSTGRES_PASSWORD : password
5656 options : >-
57- --health-cmd pg_isready
57+ --health-cmd " pg_isready --username postgres"
5858 --health-interval 10s
5959 --health-timeout 5s
6060 --health-retries 5
Original file line number Diff line number Diff line change 1717jobs :
1818 smb :
1919 runs-on : ${{ matrix.os }}
20- timeout-minutes : 40
20+ timeout-minutes : 60
2121
2222 strategy :
2323 fail-fast : true
Original file line number Diff line number Diff line change 2929jobs :
3030 build :
3131 runs-on : ubuntu-latest
32- timeout-minutes : 40
32+ timeout-minutes : 60
3333 name : Docker Build
3434 steps :
3535 - name : Checkout code
4141
4242 test :
4343 runs-on : ${{ matrix.os }}
44- timeout-minutes : 40
44+ timeout-minutes : 60
4545
4646 services :
4747 postgres :
5151 POSTGRES_USER : postgres
5252 POSTGRES_PASSWORD : postgres
5353 options : >-
54- --health-cmd pg_isready
54+ --health-cmd " pg_isready --username postgres"
5555 --health-interval 10s
5656 --health-timeout 5s
5757 --health-retries 5
You can’t perform that action at this time.
0 commit comments