Extend quotas for various slow tests (#411)

This commit is contained in:
ProducerMatt 2022-05-21 22:13:01 -05:00 committed by GitHub
parent db0d8dd806
commit 056dc5f554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View file

@ -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: \