mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Increment tests time out from 40m to 50m because sometimes the machine is slow (#19887)
This commit is contained in:
		@@ -331,7 +331,7 @@ steps:
 | 
				
			|||||||
    image: gitea/test_env:linux-amd64  # https://gitea.com/gitea/test-env
 | 
					    image: gitea/test_env:linux-amd64  # https://gitea.com/gitea/test-env
 | 
				
			||||||
    user: gitea
 | 
					    user: gitea
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - timeout -s ABRT 40m make test-mysql8-migration test-mysql8
 | 
					      - timeout -s ABRT 50m make test-mysql8-migration test-mysql8
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      GOPROXY: https://goproxy.io
 | 
					      GOPROXY: https://goproxy.io
 | 
				
			||||||
      TAGS: bindata
 | 
					      TAGS: bindata
 | 
				
			||||||
@@ -469,7 +469,7 @@ steps:
 | 
				
			|||||||
    image: gitea/test_env:linux-arm64  # https://gitea.com/gitea/test-env
 | 
					    image: gitea/test_env:linux-arm64  # https://gitea.com/gitea/test-env
 | 
				
			||||||
    user: gitea
 | 
					    user: gitea
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - timeout -s ABRT 40m make test-sqlite-migration test-sqlite
 | 
					      - timeout -s ABRT 50m make test-sqlite-migration test-sqlite
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      GOPROXY: https://goproxy.io
 | 
					      GOPROXY: https://goproxy.io
 | 
				
			||||||
      TAGS: bindata gogit sqlite sqlite_unlock_notify
 | 
					      TAGS: bindata gogit sqlite sqlite_unlock_notify
 | 
				
			||||||
@@ -485,7 +485,7 @@ steps:
 | 
				
			|||||||
    image: gitea/test_env:linux-arm64  # https://gitea.com/gitea/test-env
 | 
					    image: gitea/test_env:linux-arm64  # https://gitea.com/gitea/test-env
 | 
				
			||||||
    user: gitea
 | 
					    user: gitea
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - timeout -s ABRT 40m make test-pgsql-migration test-pgsql
 | 
					      - timeout -s ABRT 50m make test-pgsql-migration test-pgsql
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      GOPROXY: https://goproxy.io
 | 
					      GOPROXY: https://goproxy.io
 | 
				
			||||||
      TAGS: bindata gogit
 | 
					      TAGS: bindata gogit
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user