From 6e0b2a9f378b4da3972ab19730caa93d3264f650 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 20 Dec 2017 17:08:57 +0800 Subject: [PATCH] Bump timeout when logging in in smoke_test. --- 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 e29f4c7076c..95aed3861d8 100644 --- a/test/smoke_test.js +++ b/test/smoke_test.js @@ -115,7 +115,7 @@ const path = require('path'); }); await exec("is logged in", () => { - return page.waitForSelector(".current-user", { timeout: 2000, visible: true }); + return page.waitForSelector(".current-user", { timeout: 5000, visible: true }); }); await exec("go home", () => {