Skip to content

Commit

Permalink
increase timeout for long scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Sep 1, 2023
1 parent 12d4d0b commit 38fbcbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ testScenarioSolutions rs ui =
, testSolution Default "Challenges/maypole"
, testSolution (Sec 5) "Challenges/2048"
, testSolution (Sec 3) "Challenges/word-search"
, testSolution (Sec 5) "Challenges/bridge-building"
, testSolution (Sec 10) "Challenges/bridge-building"
, testSolution (Sec 3) "Challenges/ice-cream"
, testSolution (Sec 3) "Challenges/arbitrage"
, testSolution (Sec 5) "Challenges/gopher"
, testSolution (Sec 10) "Challenges/gopher"
, testSolution (Sec 5) "Challenges/hackman"
, testSolution (Sec 5) "Challenges/blender"
, testSolution (Sec 10) "Challenges/hanoi"
Expand Down

0 comments on commit 38fbcbd

Please sign in to comment.