fix: larger timeout and locale fix

This commit is contained in:
Jean-Baptiste Pasquier
2021-04-21 11:02:04 +00:00
parent 79635b4e7b
commit 19671ae96f
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ setTimeout(() => {
}
}
}
}, 10000);
}, 15000);