Skip to content

Commit

Permalink
timeout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denysoblohin-okta committed Dec 8, 2022
1 parent f35f255 commit ad6645f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/test/support/check/checkIsOnPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default async (pageName?: string) => {
return !!el && await el.isDisplayed();
}
}, {
timeout: 5000,
timeout: 10000,
timeoutMsg: `wait for page ${pageName} to load`
});
};

0 comments on commit ad6645f

Please sign in to comment.