mirror of https://github.com/node-red/node-red.git
Increase credential load timeout to 30secs
parent
83d12f7d39
commit
f4c87af5c1
|
@ -2475,7 +2475,7 @@ var buildingEditDialog = false;
|
|||
RED.notify(RED._("editor.errors.credentialLoadFailed"),"error")
|
||||
done(null);
|
||||
},
|
||||
timeout: 10000,
|
||||
timeout: 30000,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue