mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Increase credential load timeout to 30secs
This commit is contained in:
parent
83d12f7d39
commit
f4c87af5c1
@ -2475,7 +2475,7 @@ var buildingEditDialog = false;
|
|||||||
RED.notify(RED._("editor.errors.credentialLoadFailed"),"error")
|
RED.notify(RED._("editor.errors.credentialLoadFailed"),"error")
|
||||||
done(null);
|
done(null);
|
||||||
},
|
},
|
||||||
timeout: 10000,
|
timeout: 30000,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user