DEV: Increase wait duration between smoke test further during edit.
Otherwise, the app detects that we’re replying too quickly.
diff --git a/test/smoke_test.js b/test/smoke_test.js
index 5eddf69..68ebfe9 100644
--- a/test/smoke_test.js
+++ b/test/smoke_test.js
@@ -286,7 +286,7 @@ const path = require("path");
visible: true
});
- promise = promise.then(() => page.waitFor(2000));
+ promise = promise.then(() => page.waitFor(5000));
promise = promise.then(() => {
const post = `I edited this post`;
GitHub sha: 7bb94e87