From 68474368e1856a9b8ec00a33a3a50c1b8bc555b5 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 12 Feb 2023 00:02:37 +0100 Subject: [PATCH] longer notification time --- frontend/src/ts/test/test-logic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }