diff --git a/frontend/src/ts/test/test-logic.ts b/frontend/src/ts/test/test-logic.ts index e35d33582..994ed8384 100644 --- a/frontend/src/ts/test/test-logic.ts +++ b/frontend/src/ts/test/test-logic.ts @@ -408,7 +408,7 @@ export function restart(options = {} as RestartOptions): void { Notifications.add( `Quick restart disabled in long tests. ${message}`, 0, - 3 + 4 ); return; }