From 41cc1121eac804a4b71026d7149b47889cc16356 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 2 Nov 2018 19:23:33 +0800 Subject: [PATCH] Use second as cookie expires unit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 534251b38..37e38ed06 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ GOHOSTOS ?= $(shell go env GOHOSTOS) # e2e settings # Allow limiting the scope of the e2e tests. By default run everything -FOCUS ?= Annotations\\s-\\sAffinity/Sticky\\sSessions +FOCUS ?= .* # number of parallel test E2E_NODES ?= 4 # slow test only if takes > 40s