From 932bc456969a497199ff913e0d06689aa7ced16a Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Wed, 13 Sep 2023 17:42:23 -0500 Subject: [PATCH] Lengthen timeout for `Challenges/ice-cream` (#1522) It seems like I have seen a few spurious failures where this scenario timed out, so make the timeout longer to add some buffer. --- test/integration/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/Main.hs b/test/integration/Main.hs index 96a839663..9ea909476 100644 --- a/test/integration/Main.hs +++ b/test/integration/Main.hs @@ -215,7 +215,7 @@ testScenarioSolutions rs ui = , testSolution (Sec 5) "Challenges/2048" , testSolution (Sec 3) "Challenges/word-search" , testSolution (Sec 10) "Challenges/bridge-building" - , testSolution (Sec 3) "Challenges/ice-cream" + , testSolution (Sec 5) "Challenges/ice-cream" , testSolution (Sec 3) "Challenges/arbitrage" , testSolution (Sec 10) "Challenges/gopher" , testSolution (Sec 5) "Challenges/hackman"