Skip to content

Commit e4155a7

Browse files
committed
AMD64 FreeBSD CURRENT Shared 3.x: use long timeout
Change timeout from 20 min to 30 min.
1 parent f5223b3 commit e4155a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

master/master.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ git_branches = [
147147
STABLE = "stable"
148148
UNSTABLE = "unstable"
149149

150+
class FreeBSDCurrentShared(SharedUnixBuild):
151+
test_timeout = 30 * 60
152+
150153
# We use one scheduler per branch (as the AnyBranchScheduler is useless)
151154
# and one builder per worker and branch
152155

@@ -184,7 +187,7 @@ if PRODUCTION:
184187
("AMD64 FreeBSD 10-STABLE Non-Debug", "koobs-freebsd10",
185188
NonDebugUnixBuild, STABLE),
186189
("AMD64 FreeBSD CURRENT Shared", "koobs-freebsd-current",
187-
SharedUnixBuild, STABLE),
190+
FreeBSDCurrentShared, STABLE),
188191
# Windows
189192
("AMD64 Windows7 SP1", "kloth-win64", Windows64Build, STABLE),
190193
("AMD64 Windows7 SP1 VS9.0", "kloth-win64",

0 commit comments

Comments
 (0)