You've already forked nginx-proxy-manager
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:
@ -7,7 +7,7 @@ const BackendApi = function(config, token) {
|
||||
|
||||
this.axios = axios.create({
|
||||
baseURL: config.baseUrl,
|
||||
timeout: 5000,
|
||||
timeout: 60000,
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user