Skip to content

Commit c808fce

Browse files
committed
Double length of time allowed for release-checklist test (autotools)
It's been timing out a lot recently in the GitHub builds because we cap the tests/normal tests at 90s.
1 parent 8b3e91d commit c808fce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

M2/Macaulay2/tests/Makefile.test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif
1919
# make the stack limit always the same as it would be under MacOS
2020
SLIMIT ?= 8192
2121

22-
LIMIT :=
22+
LIMIT =
2323
ifeq (@ULIMIT_T@,yes)
2424
LIMIT += ulimit -t $(TLIMIT) ;
2525
endif

M2/Macaulay2/tests/normal/Makefile.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ VPATH = @srcdir@
77
SRCDIR = @srcdir@
88
include ../Makefile.test
99

10+
# often takes longer than 90s in GitHub builds
11+
release-checklist.out: TLIMIT = 180
12+
1013
Makefile: Makefile.in; cd $(DOTS)/..; ./config.status Macaulay2/tests/normal/Makefile
1114

1215
@pre_packagesdir@/Core/tests: @pre_packagesdir@/Core; $(MKDIR_P) $@

0 commit comments

Comments
 (0)