diff --git a/frontend/src/routes/(root)/(logged)/run/[...run]/+page.svelte b/frontend/src/routes/(root)/(logged)/run/[...run]/+page.svelte index c081b97533..d0412b0dad 100644 --- a/frontend/src/routes/(root)/(logged)/run/[...run]/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/run/[...run]/+page.svelte @@ -196,7 +196,7 @@ cancelJob(job?.id) setTimeout(() => { forceCancel = true - }, 3000) + }, 3001) } }} >