mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 15:35:29 +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…
x
Reference in New Issue
Block a user