This commit is contained in:
2020-06-10 22:39:54 +00:00
parent ba75708f8e
commit 3036e44114
4 changed files with 337 additions and 1 deletions

View File

@@ -431,6 +431,7 @@ export default {
// Test delay for troubleshooting
//
doDelayAsync: () => {
// eslint-disable-next-line
return new Promise((resolve) => {
setTimeout(() => resolve("I did something"), 10000);
});