Commit 42d71a8f authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 5d10b7a7 fe090797
...@@ -195,7 +195,7 @@ describe('note_app', () => { ...@@ -195,7 +195,7 @@ describe('note_app', () => {
setTimeout(() => { setTimeout(() => {
done(); done();
}); });
}); }, 2000);
}); });
describe('discussion note', () => { describe('discussion note', () => {
...@@ -230,7 +230,7 @@ describe('note_app', () => { ...@@ -230,7 +230,7 @@ describe('note_app', () => {
setTimeout(() => { setTimeout(() => {
done(); done();
}); });
}); }, 2000);
}); });
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment