Bump timeout when logging in in smoke_test.

This commit is contained in:
Guo Xiang Tan
2017-12-20 17:08:57 +08:00
parent 6a2bce1931
commit 6e0b2a9f37

View File

@@ -115,7 +115,7 @@ const path = require('path');
}); });
await exec("is logged in", () => { 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", () => { await exec("go home", () => {