From d0d33a657cd9bb1ce7709fea899a0993c5214d57 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Sat, 17 Aug 2024 10:32:39 +0100 Subject: [PATCH] Double the max attempts --- content/demo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/demo.html b/content/demo.html index 65c10e0..f6a1fec 100644 --- a/content/demo.html +++ b/content/demo.html @@ -132,7 +132,7 @@

CDAO AI Assurance Portal

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) {