mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 14:22:28 +00:00
Extend quotas for various slow tests (#411)
This commit is contained in:
parent
db0d8dd806
commit
056dc5f554
2 changed files with 9 additions and 7 deletions
4
third_party/quickjs/quickjs.mk
vendored
4
third_party/quickjs/quickjs.mk
vendored
|
@ -205,8 +205,8 @@ o/$(MODE)/third_party/quickjs/quickjs.o: \
|
|||
OVERRIDE_CPPFLAGS += \
|
||||
-DSTACK_FRAME_UNLIMITED
|
||||
|
||||
o/$(MODE)/third_party/quickjs/call.o: QUOTA = -M1024m -C32
|
||||
o/$(MODE)/third_party/quickjs/quickjs.o: QUOTA = -M512m -C32
|
||||
o/$(MODE)/third_party/quickjs/call.o: QUOTA = -M1024m -C32 -L180
|
||||
o/$(MODE)/third_party/quickjs/quickjs.o: QUOTA = -M512m -C32 -L180
|
||||
|
||||
.PHONY: o/$(MODE)/third_party/quickjs
|
||||
o/$(MODE)/third_party/quickjs: \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue