diff --git a/frontend/viewer/src/lib/utils/history.ts b/frontend/viewer/src/lib/utils/history.ts index cd6a2613e6..e3dbb61ef5 100644 --- a/frontend/viewer/src/lib/utils/history.ts +++ b/frontend/viewer/src/lib/utils/history.ts @@ -47,7 +47,7 @@ async function doHistoryChange(change: HistoryChange): Promise { } } -export async function awaitPopstate(timeout = 100): Promise { +export async function awaitPopstate(timeout = 500): Promise { const controller = new AbortController(); const result = await Promise.any([ new Promise<'popstate'>(resolve => {