Skip to content
Snippets Groups Projects
Commit cc4fd6b5 authored by syuilo's avatar syuilo
Browse files

fix flaky test

parent 3dd84f78
No related branches found
No related tags found
No related merge requests found
......@@ -729,6 +729,7 @@ describe('Timelines', () => {
const [alice, bob] = await Promise.all([signup(), signup()]);
await api('/following/create', { userId: bob.id }, alice);
await sleep(1000);
const bobNote = await post(bob, { text: 'hi', visibility: 'followers' });
await sleep(100); // redisに追加されるのを待つ
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment