mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
increase the timeout to 200 ms
This commit is contained in:
parent
ec80470907
commit
503430c73c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
// prepend to the changelog body
|
||||
log.changeLog.body = data[1] + '\n\n' + log.changeLog.body;
|
||||
|
||||
}, 100);
|
||||
}, 200);
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue