Skip to content

Commit 69933c6

Browse files
committed
test(gen:sequelize): retry all sequelize tests 3 times
1 parent b52a71b commit 69933c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/test/main.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ describe('angular-fullstack:app', function() {
291291
bootstrap: true,
292292
uibootstrap: true
293293
};
294+
this.retries(3); // Sequelize seems to be quite flaky
294295

295296
beforeEach(function() {
296297
return runGen(testOptions).then(_dir => {

0 commit comments

Comments
 (0)