From 7bb94e87169df32d409ea2eb3de924c1c41b4201 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan <tgx_world@hotmail.com> Date: Fri, 14 Jun 2019 12:21:13 +0800 Subject: [PATCH] DEV: Increase wait duration between smoke test further during edit. Otherwise, the app detects that we're replying too quickly. --- test/smoke_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke_test.js b/test/smoke_test.js index 5eddf6938ad..68ebfe9c97d 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`;