Use second as cookie expires unit
This commit is contained in:
parent
25a839c9df
commit
41cc1121ea
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue