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 @@ -331,7 +331,7 @@ steps:
331
331
image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
332
332
user : gitea
333
333
commands :
334
- - timeout -s ABRT 40m make test-mysql8-migration test-mysql8
334
+ - timeout -s ABRT 50m make test-mysql8-migration test-mysql8
335
335
environment :
336
336
GOPROXY : https://goproxy.io
337
337
TAGS : bindata
@@ -469,7 +469,7 @@ steps:
469
469
image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
470
470
user : gitea
471
471
commands :
472
- - timeout -s ABRT 40m make test-sqlite-migration test-sqlite
472
+ - timeout -s ABRT 50m make test-sqlite-migration test-sqlite
473
473
environment :
474
474
GOPROXY : https://goproxy.io
475
475
TAGS : bindata gogit sqlite sqlite_unlock_notify
@@ -485,7 +485,7 @@ steps:
485
485
image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
486
486
user : gitea
487
487
commands :
488
- - timeout -s ABRT 40m make test-pgsql-migration test-pgsql
488
+ - timeout -s ABRT 50m make test-pgsql-migration test-pgsql
489
489
environment :
490
490
GOPROXY : https://goproxy.io
491
491
TAGS : bindata gogit
You can’t perform that action at this time.
0 commit comments