Skip to content

Commit

Permalink
Double the max attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Aug 17, 2024
1 parent 0d83664 commit d0d33a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2>CDAO AI Assurance Portal</h2>
display: none !important;
}
`;
async function getJupyterApp(iframe, pause=50, maxAttempts=100) {
async function getJupyterApp(iframe, pause=50, maxAttempts=200) {
let attempt = 1;
while (attempt < maxAttempts) {
if (iframe.contentWindow.jupyterapp) {
Expand Down

0 comments on commit d0d33a6

Please sign in to comment.