Eg ``` test(“can fetch from server”) { ... }....
# minutest
n
Eg
Copy code
test(“can fetch from server”) {
   ... 
}.timeout(5, SECONDS).retries(2)