update delay pushlist time
This commit is contained in:
parent
4773ffd7b0
commit
802fbd23e3
File diff suppressed because one or more lines are too long
|
|
@ -338,7 +338,7 @@ port.onMessage.addListener(async (message) => {
|
|||
} finally {
|
||||
await finistPublist(data, { published: true });
|
||||
|
||||
await delay(2000);
|
||||
await delay(5000);
|
||||
|
||||
await closeTab(data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue