We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52a71b commit 69933c6Copy full SHA for 69933c6
1 file changed
src/test/main.test.js
@@ -291,6 +291,7 @@ describe('angular-fullstack:app', function() {
291
bootstrap: true,
292
uibootstrap: true
293
};
294
+ this.retries(3); // Sequelize seems to be quite flaky
295
296
beforeEach(function() {
297
return runGen(testOptions).then(_dir => {
0 commit comments