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:
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
Block a user