mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
feat: temporary leverage timeout to 2h
This commit is contained in:
committed by
Pierre Mavro
parent
7d496be7c7
commit
69b6f6ca39
4
.github/workflows/functionnal_tests.yml
vendored
4
.github/workflows/functionnal_tests.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Run a multi-line script
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
GITLAB_PROJECT_ID: ${{ secrets.GITLAB_PROJECT_ID }}
|
||||
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
|
||||
@@ -57,4 +57,4 @@ jobs:
|
||||
fi
|
||||
fi
|
||||
echo $tests_type
|
||||
./helper.sh $tests_type
|
||||
./helper.sh $tests_type
|
||||
|
||||
2
.github/workflows/functionnal_tests_dev.yml
vendored
2
.github/workflows/functionnal_tests_dev.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Run a multi-line script
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 120
|
||||
run: |
|
||||
branch=$(echo ${{github.ref}} | sed -r 's/^refs\/heads\/(.+)/\1/')
|
||||
echo "Branch name: $branch"
|
||||
|
||||
Reference in New Issue
Block a user