Skip to content

Commit

Permalink
Increase credential load timeout to 30secs
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jan 28, 2021
1 parent 83d12f7 commit f4c87af
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2475,7 +2475,7 @@ var buildingEditDialog = false;
RED.notify(RED._("editor.errors.credentialLoadFailed"),"error")
done(null);
},
timeout: 10000,
timeout: 30000,
});
}

Expand Down

0 comments on commit f4c87af

Please sign in to comment.