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 @@ -331,7 +331,7 @@ steps:
331331 image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
332332 user : gitea
333333 commands :
334- - timeout -s ABRT 40m make test-mysql8-migration test-mysql8
334+ - timeout -s ABRT 50m make test-mysql8-migration test-mysql8
335335 environment :
336336 GOPROXY : https://goproxy.io
337337 TAGS : bindata
@@ -469,7 +469,7 @@ steps:
469469 image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
470470 user : gitea
471471 commands :
472- - timeout -s ABRT 40m make test-sqlite-migration test-sqlite
472+ - timeout -s ABRT 50m make test-sqlite-migration test-sqlite
473473 environment :
474474 GOPROXY : https://goproxy.io
475475 TAGS : bindata gogit sqlite sqlite_unlock_notify
@@ -485,7 +485,7 @@ steps:
485485 image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
486486 user : gitea
487487 commands :
488- - timeout -s ABRT 40m make test-pgsql-migration test-pgsql
488+ - timeout -s ABRT 50m make test-pgsql-migration test-pgsql
489489 environment :
490490 GOPROXY : https://goproxy.io
491491 TAGS : bindata gogit
You can’t perform that action at this time.
0 commit comments