mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 07:02:48 +08:00
Bump timeout when logging in in smoke_test.
This commit is contained in:
parent
6a2bce1931
commit
6e0b2a9f37
|
@ -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", () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user