From f051072f8518097cbce1a8a20510c4e43cb7167c Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Wed, 31 Jan 2018 11:35:41 -0800 Subject: BIER: fix support for longer bit-string lengths Change-Id: I2421197b76be58099e5f8ed5554410adff202109 Signed-off-by: Neale Ranns --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 155325a9f17..dbb26973440 100644 --- a/test/Makefile +++ b/test/Makefile @@ -214,7 +214,7 @@ help: @echo " V=[0|1|2] - set test verbosity level" @echo " CACHE_OUTPUT=[0|1] - cache VPP stdout/stderr and log as one block after test finishes (default: 1)" @echo " FAILFAST=[0|1] - fail fast if 1, complete all tests if 0" - @echo " TIMEOUT= - fail test suite if any single test takes longer than to finish" + @echo " TIMEOUT= - fail test suite if any single test takes longer than (in seconds) to finish" @echo " RETRIES= - retry failed tests times" @echo " DEBUG= - set VPP debugging kind" @echo " DEBUG=core - detect coredump and load it in gdb on crash" -- cgit