We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd3dbd commit 3faa9c7Copy full SHA for 3faa9c7
apps/demos/utils/visual-tests/matrix-test-helper.js
@@ -41,7 +41,7 @@ export const waitForAngularLoading = ClientFunction(() => new Promise((resolve)
41
let demoAppCounter = 0;
42
const demoAppIntervalHandle = setInterval(() => {
43
const demoApp = document.querySelector('demo-app');
44
- if ((demoApp && demoApp.innerText !== 'Loading...') || demoAppCounter === 180) {
+ if ((demoApp && demoApp.innerText !== 'Loading...') || demoAppCounter === 150) {
45
setTimeout(resolve, 1000);
46
clearInterval(demoAppIntervalHandle);
47
}
0 commit comments