From b4728d6f27d7fbf496e94d1708776dca55aca8fb Mon Sep 17 00:00:00 2001 From: Nick Bottomley Date: Thu, 16 May 2019 22:32:48 +0000 Subject: [PATCH] lower kill rate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b67a7aa..b9b3f7b 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,6 @@ dogfood-fork: compile node ./lib/cli -s lib -u fork ci: compile - node ./lib/cli -s lib -k 85 + node ./lib/cli -s lib -k 70 .PHONY: test example