1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-06-12 15:41:53 +03:00

Cypress test for http and dns cert provision

This commit is contained in:
Jamie Curnow
2024-10-16 14:53:57 +10:00
parent 5bdc05878f
commit fe2d8895d6
4 changed files with 114 additions and 45 deletions

View File

@ -7,7 +7,7 @@ const BackendApi = function(config, token) {
this.axios = axios.create({
baseURL: config.baseUrl,
timeout: 5000,
timeout: 60000,
});
};