mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Bump timeout when logging in in smoke_test.
This commit is contained in:
@@ -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", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user