Skip to content

Commit 854aa3a

Browse files
committed
Set stack size for testing to 8MB
1 parent 863cb02 commit 854aa3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
$(PIP) install --no-index --upgrade .
1414

1515
check:
16-
$(PYTHON) -u tests/rundoctest.py
16+
ulimit -s 8192; $(PYTHON) -u tests/rundoctest.py
1717

1818
dist:
1919
chmod go+rX-w -R .

0 commit comments

Comments
 (0)