不要怂,就是干,撸起袖子干!

Commit 19e7659a by Sushant Committed by GitHub

Fix deadlock issue (#7659)

1 parent 5369231a
Showing with 1 additions and 0 deletions
...@@ -360,6 +360,7 @@ describe(Support.getTestDialectTeaser('Model'), () => { ...@@ -360,6 +360,7 @@ describe(Support.getTestDialectTeaser('Model'), () => {
}); });
it('should allow the user to specify indexes in options', function() { it('should allow the user to specify indexes in options', function() {
this.retries(3);
const indices = [{ const indices = [{
name: 'a_b_uniq', name: 'a_b_uniq',
unique: true, unique: true,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!