The following requests take more than 5 seconds to reply, and are killed by JUnit because of the timeout.
44:GET http://localhost:8000/areas/sample/drafts/ HTTP/1.1 44:0 - Authorization: token bebf2d0bb877fdf7e0b0cd733801e87c6b4a913b 44:1 - Accept: application/json 44:2 - Host: localhost 44:3 - From: lib-java 44: Done sending. test timed out after 5000 milliseconds org.junit.runners.model.TestTimedOutException: test timed out after 5000 milliseconds
40:POST http://localhost:8000/account/auth/ HTTP/1.1 40:0 - Accept: application/json 40:1 - Host: localhost 40:2 - From: lib-java 40:3 - Content-Type: application/json 40: Done sending. test timed out after 5000 milliseconds org.junit.runners.model.TestTimedOutException: test timed out after 5000 milliseconds