File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ jobs:
858858 if : always() && needs.job_e2e_prepare.result == 'success'
859859 needs : [job_get_metadata, job_build, job_e2e_prepare]
860860 runs-on : ubuntu-20.04
861- timeout-minutes : 10
861+ timeout-minutes : 15
862862 env :
863863 # We just use a dummy DSN here, only send to the tunnel anyhow
864864 E2E_TEST_DSN : ' https://username@domain/123'
@@ -1070,7 +1070,7 @@ jobs:
10701070 github.actor != 'dependabot[bot]'
10711071 needs : [job_get_metadata, job_build, job_e2e_prepare]
10721072 runs-on : ubuntu-20.04
1073- timeout-minutes : 10
1073+ timeout-minutes : 15
10741074 env :
10751075 E2E_TEST_AUTH_TOKEN : ${{ secrets.E2E_TEST_AUTH_TOKEN }}
10761076 E2E_TEST_DSN : ${{ secrets.E2E_TEST_DSN }}
@@ -1234,7 +1234,7 @@ jobs:
12341234 )
12351235 needs : [job_get_metadata, job_build, job_e2e_prepare]
12361236 runs-on : ubuntu-20.04
1237- timeout-minutes : 10
1237+ timeout-minutes : 15
12381238 env :
12391239 E2E_TEST_AUTH_TOKEN : ${{ secrets.E2E_TEST_AUTH_TOKEN }}
12401240 E2E_TEST_DSN : ${{ secrets.E2E_TEST_DSN }}
You can’t perform that action at this time.
0 commit comments