Commit fe090797 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'increase-note-karma-spec-timeout' into 'master'

Increase timeout of flaky specs

Closes #62399

See merge request gitlab-org/gitlab-ce!28820
parents 62e74d85 d480fc51
......@@ -195,7 +195,7 @@ describe('note_app', () => {
setTimeout(() => {
done();
});
});
}, 2000);
});
describe('discussion note', () => {
......@@ -230,7 +230,7 @@ describe('note_app', () => {
setTimeout(() => {
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