From fa5c2700743d96cfbb0b4981f12771828ec86e1d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 29 Jan 2021 11:51:40 -0800 Subject: [PATCH] ;make functest: drop the timeout, it makes tests too unreliable --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 931be0b8b..19ac6dd5f 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,9 @@ STACK ?= stack #STACK=stack --with-hpack=hpack-0.20 # --threads=16 sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" but seems harmless -# --timeout is sometimes strangely too short with multiple threads, so only used coarsely here to prevent a total hang -# More threads and/or testing unoptimised builds requires a larger timeout. -SHELLTESTOPTS=--execdir --threads=16 --timeout=30 --exclude=/_ +# --timeout=N is not much use here - can be defeated by multiple threads, unoptimised builds, +# slow hackage index or compiler setup on first build, etc. +SHELLTESTOPTS=--execdir --threads=16 --exclude=/_ # make sure shelltest is a released version of shelltestrunner # run shell tests using the executable specified in tests