From 320281a88a10b4a08af05a44748eba9873461b64 Mon Sep 17 00:00:00 2001 From: kzc Date: Sun, 11 Jun 2017 11:22:14 -0400 Subject: [PATCH] pare down release tests to prevent timeouts --- test/mocha/release.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/mocha/release.js b/test/mocha/release.js index 9f894b3d..2769302f 100644 --- a/test/mocha/release.js +++ b/test/mocha/release.js @@ -22,10 +22,9 @@ describe("test/benchmark.js", function() { "-b", "-b bracketize", "-m", - "-mc passes=3", - "-mc passes=3,toplevel", - "-mc passes=3,unsafe", - "-mc keep_fargs=false,passes=3", + "-mc toplevel,passes=3", + "-mc unsafe", + "-mc keep_fargs=false", "-mc keep_fargs=false,passes=3,pure_getters,unsafe,unsafe_comps,unsafe_math,unsafe_proto", ].forEach(function(options) { it("Should pass with options " + options, function(done) {