summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2022-06-05 12:24:51 +0800
committerGitHub <noreply@github.com>2022-06-05 12:24:51 +0800
commit48be5e77e502f88cae104735ee706c2fbeab8a2a (patch)
tree2abc192ef7007ec46eca5e2ab5daf3b7dd57de47
parentdadcaa48369c809c1f22315ddd7db01f33a7ad24 (diff)
downloadgitea-48be5e77e502f88cae104735ee706c2fbeab8a2a.tar.gz
gitea-48be5e77e502f88cae104735ee706c2fbeab8a2a.zip
Increment tests time out from 40m to 50m because sometimes the machine is slow (#19887)
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index ce922f8c60..1aac10a828 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -331,7 +331,7 @@ steps:
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
user: gitea
commands:
- - timeout -s ABRT 40m make test-mysql8-migration test-mysql8
+ - timeout -s ABRT 50m make test-mysql8-migration test-mysql8
environment:
GOPROXY: https://goproxy.io
TAGS: bindata
@@ -469,7 +469,7 @@ steps:
image: gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
user: gitea
commands:
- - timeout -s ABRT 40m make test-sqlite-migration test-sqlite
+ - timeout -s ABRT 50m make test-sqlite-migration test-sqlite
environment:
GOPROXY: https://goproxy.io
TAGS: bindata gogit sqlite sqlite_unlock_notify
@@ -485,7 +485,7 @@ steps:
image: gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
user: gitea
commands:
- - timeout -s ABRT 40m make test-pgsql-migration test-pgsql
+ - timeout -s ABRT 50m make test-pgsql-migration test-pgsql
environment:
GOPROXY: https://goproxy.io
TAGS: bindata gogit