This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user