We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d813fe commit 50f8b4fCopy full SHA for 50f8b4f
template/test/server/boot.spec.js
@@ -55,7 +55,7 @@ describe('boot process', () => {
55
text: 'Testing email text',
56
html: '<b>Testing email text</b>',
57
}, done);
58
- }).slow(5000).timeout(30000);
+ }, 30000);
59
});
60
61
describe('create-admin.js', () => {
0 commit comments