From b0d9d7bea68ee9443d2cd6d887e433575c2aed10 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 16 Oct 2020 12:16:52 +0200 Subject: test/kvx/sort : timeout of 20s instead of 10s --- test/kvx/sort/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/kvx/sort/Makefile b/test/kvx/sort/Makefile index 1afab6e9..46a8f025 100644 --- a/test/kvx/sort/Makefile +++ b/test/kvx/sort/Makefile @@ -3,7 +3,7 @@ CC ?= gcc CCOMP ?= ccomp CFLAGS ?= -O2 SIMU ?= kvx-mppa -TIMEOUT ?= 10s +TIMEOUT ?= 20s KVXCPATH=$(shell which $(KVXC)) CCPATH=$(shell which $(CC)) -- cgit