longer notification time

This commit is contained in:
Miodec 2023-02-12 00:02:37 +01:00
parent 89a6e9ff02
commit 68474368e1

View file

@ -408,7 +408,7 @@ export function restart(options = {} as RestartOptions): void {
Notifications.add(
`Quick restart disabled in long tests. ${message}`,
0,
3
4
);
return;
}