Skip to content

Commit

Permalink
Make sure that expected failure really fails
Browse files Browse the repository at this point in the history
  • Loading branch information
durban committed Nov 30, 2024
1 parent ba30719 commit c50365d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ trait StackSpecEliminationJvm[F[_]]
_ <- F.cede
_ <- tsk.parReplicateA_(8)
} yield ()
(once *> F.sleep(0.01.seconds)).replicateA_(256)
(once *> F.sleep(0.01.seconds)).replicateA_(512)
}
}

Expand Down

0 comments on commit c50365d

Please sign in to comment.