1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Increase credential load timeout to 30secs

This commit is contained in:
Nick O'Leary 2021-01-28 11:30:10 +00:00
parent 83d12f7d39
commit f4c87af5c1
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -2475,7 +2475,7 @@ var buildingEditDialog = false;
RED.notify(RED._("editor.errors.credentialLoadFailed"),"error")
done(null);
},
timeout: 10000,
timeout: 30000,
});
}