tweak timelines

This commit is contained in:
syuilo 2023-10-04 16:43:24 +09:00
parent 6ebea82dba
commit ca515d5a7e
3 changed files with 12 additions and 3 deletions

View file

@ -16,7 +16,7 @@ function genHost() {
}
function waitForPushToTl() {
return sleep(100);
return sleep(300);
}
let app: INestApplicationContext;