Skip to content

Commit 6847436

Browse files
committed
longer notification time
1 parent 89a6e9f commit 6847436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/test/test-logic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export function restart(options = {} as RestartOptions): void {
408408
Notifications.add(
409409
`Quick restart disabled in long tests. ${message}`,
410410
0,
411-
3
411+
4
412412
);
413413
return;
414414
}

0 commit comments

Comments
 (0)