Skip to content

Commit

Permalink
A longer sleep in demo-setup-teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 19, 2023
1 parent 3051352 commit 90fd02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/demo-setup-teardown/app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ basic = describe "Simple tests" $ do
before "Pauses before" (p 3) $ do
it "adds" $ (2 + 2) `shouldBe` 4

after "Pauses after" (p 3) $ do
after "Pauses after" (p 60) $ do
it "adds" $ (2 + 2) `shouldBe` 4

introduceDatabase $ do
Expand Down

0 comments on commit 90fd02d

Please sign in to comment.