💚(CI) increase timeout e2e job

It can happen that the e2e job takes longer
than 10 minutes to finish, we increase the
timeout to 15 minutes to avoid the job to fail.
This commit is contained in:
Anthony LC
2024-05-14 16:17:41 +02:00
committed by Anthony LC
parent 9903b43b72
commit d221ebe4f9

View File

@@ -101,7 +101,7 @@ jobs:
test-e2e:
runs-on: ubuntu-latest
needs: build-front
timeout-minutes: 10
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@v4