Skip to content

Commit

Permalink
Lengthen timeout for Challenges/ice-cream (#1522)
Browse files Browse the repository at this point in the history
It seems like I have seen a few spurious failures where this scenario timed out, so make the timeout longer to add some buffer.
  • Loading branch information
byorgey authored Sep 13, 2023
1 parent c150b05 commit 932bc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 932bc45

Please sign in to comment.