indiachan-spamvector
Thomas Lynch 1 year ago
parent 3987e76935
commit fd06c39610
Signed by: fatchan
GPG Key ID: A7E5E8B7E11EE92D
  1. 2
      test/posting.js

@ -130,7 +130,7 @@ int main() {...}
await postThreadsWithReplies('test', 30, 5);
await postThreadsWithReplies('test2', 10, 5);
} catch (e) {
console.error(e)
console.error(e);
}
jest.setTimeout(5*1000); //back to normal timeout
});

Loading…
Cancel
Save