Skip to content

Commit

Permalink
bump timeout for gallery scenario (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo authored Jan 7, 2025
1 parent e7b4d65 commit 1dbf414
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 @@ -246,7 +246,7 @@ testScenarioSolutions rs ui key =
, testSolution Default "Challenges/friend"
, testSolution Default "Challenges/pack-tetrominoes"
, testSolution (Sec 10) "Challenges/dimsum"
, testSolution (Sec 15) "Challenges/gallery"
, testSolution (Sec 20) "Challenges/gallery"
, testSolution (Sec 10) "Challenges/telephone"
, testSolution (Sec 10) "Challenges/flower-count"
, testGroup
Expand Down

0 comments on commit 1dbf414

Please sign in to comment.