increase timeout for e2e tests

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-11-21 17:38:34 -08:00
parent a12de4e058
commit ecff5313a1

View File

@ -171,7 +171,7 @@ describe("test App end to end", async () => {
let save_btn = await page.$("#save-btn"); let save_btn = await page.$("#save-btn");
await save_btn.click(); await save_btn.click();
await page.waitForNavigation(); await page.waitForNavigation();
}); }).timeout(10000);
it("check details page", async () => { it("check details page", async () => {
// check the details page for correctness // check the details page for correctness