mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
DEV: Add more wait between edit so we don't end up replying too quickly.
This commit is contained in:
@ -286,7 +286,7 @@ const path = require("path");
|
||||
visible: true
|
||||
});
|
||||
|
||||
promise = promise.then(() => page.waitFor(1000));
|
||||
promise = promise.then(() => page.waitFor(2000));
|
||||
|
||||
promise = promise.then(() => {
|
||||
const post = `I edited this post`;
|
||||
|
Reference in New Issue
Block a user