settime out to 120 and sleep to 60

Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
This commit is contained in:
MD Ashique 2023-03-18 19:25:45 +05:30
parent cf713e2736
commit d772c1a3fd
17 changed files with 13 additions and 24 deletions

View File

@ -26,7 +26,6 @@ on:
workflow_dispatch:
jobs:
build:
if: false
name: Build ${{ matrix.target_os }}_${{ matrix.target_arch }} binaries
runs-on: ${{ matrix.os }}
env:
@ -116,7 +115,6 @@ jobs:
popd
done
publish:
if: false
name: Publish docker manifest
needs: build
runs-on: ubuntu-latest

View File

@ -29,7 +29,6 @@ on:
- release-*
jobs:
deploy:
if: false
name: Validate tutorials on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30

View File

@ -65,14 +65,10 @@ jobs:
podman machine start || echo "VM might not have started"
sleep 10
podman machine inspect
# - name: Install podman-compose
# if: matrix.os == 'macos-latest'
# run: |
# sudo pip3 install podman-compose
- name: Install docker-compose in macos
- name: Install podman-compose
if: matrix.os == 'macos-latest'
run: |
sudo pip3 install docker-compose
sudo pip3 install podman-compose
- name: Create symbolic link between Podman and Docker
if: matrix.os == 'macos-latest'
run: |

View File

@ -29,7 +29,6 @@ on:
- release-*
jobs:
deploy:
if: false
name: Validate Go quickstarts on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 130

View File

@ -29,7 +29,6 @@ on:
- release-*
jobs:
validate:
if: false
name: Validate Java quickstart on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 130

View File

@ -29,7 +29,6 @@ on:
- release-*
jobs:
validate:
if: false
name: Validate Javascript quickstart on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 130

View File

@ -29,7 +29,6 @@ on:
- release-*
jobs:
validate:
if: false
name: Validate Python quickstart on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 130

View File

@ -18,8 +18,8 @@ This quickstart includes one service:
name: Run and initialize PostgreSQL container
expected_return_code:
background: true
sleep: 50
timeout_seconds: 60
sleep: 60
timeout_seconds: 120
-->
```bash

View File

@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
expected_return_code:
background: true
sleep: 60
timeout_seconds: 300
timeout_seconds: 120
-->
```bash

View File

@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
expected_return_code:
background: true
sleep: 60
timeout_seconds: 300
timeout_seconds: 120
-->
```bash

View File

@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
expected_return_code:
background: true
sleep: 60
timeout_seconds: 300
timeout_seconds: 120
-->
```bash

View File

@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
expected_return_code:
background: true
sleep: 60
timeout_seconds: 300
timeout_seconds: 120
-->
```bash

View File

@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
expected_return_code:
background: true
sleep: 60
timeout_seconds: 300
timeout_seconds: 120
-->
```bash

View File

@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
expected_return_code:
background: true
sleep: 60
timeout_seconds: 300
timeout_seconds: 120
-->
```bash

View File

@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
expected_return_code:
background: true
sleep: 60
timeout_seconds: 300
timeout_seconds: 120
-->
```bash

View File

@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
expected_return_code:
background: true
sleep: 60
timeout_seconds: 300
timeout_seconds: 120
-->
```bash

View File

@ -19,7 +19,7 @@ name: Run and initialize PostgreSQL container
expected_return_code:
background: true
sleep: 60
timeout_seconds: 300
timeout_seconds: 120
-->
```bash