Commit cd075a02d97d0a9abcfb718bf209a37c4f54652e

Authored by Adhidarma Hadiwinoto
1 parent 8ccafffe11
Exists in master and in 1 other branch webadmin

Ubah sleep jadi 1200

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -67,7 +67,7 @@ async function sendToModem(partner, msg, modem, parentXid) {
67 67 is_outgoing: true,
68 68 });
69 69  
70   - await sleep(2000);
  70 + await sleep(1200);
71 71 modemLocks.unlock(modem.name);
72 72  
73 73 if (msgTail) {