From 698356a88027af109cf6e1b6ef285c34563285b5 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Fri, 5 Jul 2019 19:45:27 +0200 Subject: [PATCH] Increase the timeout of one of the perf-tests --- src-unittests/AsymptoticPerfTests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-unittests/AsymptoticPerfTests.hs b/src-unittests/AsymptoticPerfTests.hs index 09b4f2b..778e13a 100644 --- a/src-unittests/AsymptoticPerfTests.hs +++ b/src-unittests/AsymptoticPerfTests.hs @@ -22,7 +22,7 @@ import TestUtils asymptoticPerfTest :: Spec asymptoticPerfTest = do it "1000 do statements" - $ roundTripEqualWithTimeout 1000000 + $ roundTripEqualWithTimeout 1500000 $ (Text.pack "func = do\n") <> Text.replicate 1000 (Text.pack " statement\n") it "1000 do nestings"