Open
Description
I have some tests where I need to set a specific timeout, say to assert that something does timeout. But it seems when we run tests through CI, I can't control what timeout set for which tests.
Normally I do:
(do
(rcf/set-timeout! 200)
(tests "That it times out"
...))
But like I said, I feel this doesn't generate a deftest that will execute with a 200ms timeout always.
Metadata
Metadata
Assignees
Labels
No labels