mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-01 01:05:06 +08:00
longer notification time
This commit is contained in:
parent
89a6e9ff02
commit
68474368e1
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ export function restart(options = {} as RestartOptions): void {
|
|||
Notifications.add(
|
||||
`Quick restart disabled in long tests. ${message}`,
|
||||
0,
|
||||
3
|
||||
4
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue