Skip to content

Commit e121293

Browse files
committed
Extend Drone timeout to 90 minutes
There are quite a lot of instrumented tests (569 at the moment), so we need to give them more time to run through. Signed-off-by: Philipp Hasper <vcs@hasper.info>
1 parent 4c00a43 commit e121293

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
kind: pipeline
33
type: docker
44
name: tests-stable
5+
timeout: 90
56

67
# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
78
# SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
@@ -72,6 +73,7 @@ trigger:
7273
kind: pipeline
7374
type: docker
7475
name: tests-master
76+
timeout: 90
7577

7678
steps:
7779
- name: gplay

0 commit comments

Comments
 (0)