Skip to content

Commit 8eda3fb

Browse files
sarkapalkovicovaHejdaJakub
authored andcommitted
fix(admin): notification display time
Extended and unified time of displaying notification.
1 parent d45811a commit 8eda3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/perun/services/src/lib/notificator.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export class NotificatorService {
1010
@Output() addNotification: EventEmitter<NotificationData> = new EventEmitter<NotificationData>();
1111
defaultAction: string;
1212
defaultRpcMessage: string;
13-
defaultErrorDelayMs = 5_000;
14-
defaultSuccessDelayMs = 3_000;
13+
defaultErrorDelayMs = 10_000;
14+
defaultSuccessDelayMs = 10_000;
1515
constructor(private translate: PerunTranslateService) {}
1616

1717
getDefaultActionMessage(): string {

0 commit comments

Comments
 (0)