feat: temporary leverage timeout to 2h

This commit is contained in:
Pierre Mavro
2021-01-27 11:31:38 +01:00
committed by Pierre Mavro
parent 7d496be7c7
commit 69b6f6ca39
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Run a multi-line script - name: Run a multi-line script
timeout-minutes: 60 timeout-minutes: 120
env: env:
GITLAB_PROJECT_ID: ${{ secrets.GITLAB_PROJECT_ID }} GITLAB_PROJECT_ID: ${{ secrets.GITLAB_PROJECT_ID }}
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }} GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
@@ -57,4 +57,4 @@ jobs:
fi fi
fi fi
echo $tests_type echo $tests_type
./helper.sh $tests_type ./helper.sh $tests_type

View File

@@ -37,7 +37,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Run a multi-line script - name: Run a multi-line script
timeout-minutes: 60 timeout-minutes: 120
run: | run: |
branch=$(echo ${{github.ref}} | sed -r 's/^refs\/heads\/(.+)/\1/') branch=$(echo ${{github.ref}} | sed -r 's/^refs\/heads\/(.+)/\1/')
echo "Branch name: $branch" echo "Branch name: $branch"