File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ jobs:
858
858
if : always() && needs.job_e2e_prepare.result == 'success'
859
859
needs : [job_get_metadata, job_build, job_e2e_prepare]
860
860
runs-on : ubuntu-20.04
861
- timeout-minutes : 10
861
+ timeout-minutes : 15
862
862
env :
863
863
# We just use a dummy DSN here, only send to the tunnel anyhow
864
864
E2E_TEST_DSN : ' https://username@domain/123'
@@ -1070,7 +1070,7 @@ jobs:
1070
1070
github.actor != 'dependabot[bot]'
1071
1071
needs : [job_get_metadata, job_build, job_e2e_prepare]
1072
1072
runs-on : ubuntu-20.04
1073
- timeout-minutes : 10
1073
+ timeout-minutes : 15
1074
1074
env :
1075
1075
E2E_TEST_AUTH_TOKEN : ${{ secrets.E2E_TEST_AUTH_TOKEN }}
1076
1076
E2E_TEST_DSN : ${{ secrets.E2E_TEST_DSN }}
@@ -1234,7 +1234,7 @@ jobs:
1234
1234
)
1235
1235
needs : [job_get_metadata, job_build, job_e2e_prepare]
1236
1236
runs-on : ubuntu-20.04
1237
- timeout-minutes : 10
1237
+ timeout-minutes : 15
1238
1238
env :
1239
1239
E2E_TEST_AUTH_TOKEN : ${{ secrets.E2E_TEST_AUTH_TOKEN }}
1240
1240
E2E_TEST_DSN : ${{ secrets.E2E_TEST_DSN }}
You can’t perform that action at this time.
0 commit comments