There was an error while loading. Please reload this page.
1 parent 31d1a8e commit 8cc4b0fCopy full SHA for 8cc4b0f
1 file changed
tests/postman/test-get_acoustic_detections_page.js
@@ -2,6 +2,6 @@ pm.test("Status code is 201", function () {
2
pm.response.to.have.status(201);
3
});
4
5
-pm.test("Response time is less than 8s", function () {
6
- pm.expect(pm.response.responseTime).to.be.below(8000);
+pm.test("Response time is less than 13s", function () {
+ pm.expect(pm.response.responseTime).to.be.below(13000);
7
0 commit comments