Monitor Error ETIMEDOUT

Hey guys,
Iā€™m trying to create runs via monitor. Receiving following error:

4 - 09:13:08 - Error: connect ETIMEDOUT 84.110.102.123:443
5 - 09:13:08 - Failed: Status test
6 - 09:13:08 - expected { Object (id, _details, ā€¦) } to have property ā€˜codeā€™

My Test snippet is correct, according to Postman Documentation, and runs absolutely fine by manual run:

pm.test(ā€œStatus testā€, function () {
pm.response.to.have.status(200);
});