Skip to content

Commit 591876e

Browse files
committed
up the timeout
1 parent 0bb0266 commit 591876e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-tests/addon-tests/addon-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const AddonTestApp = require('ember-cli-addon-tests').AddonTestApp;
66
const esprima = require('esprima');
77

88
describe('ember-cli-addon-tests (slow)', function() {
9-
this.timeout(300000);
9+
this.timeout(600000);
1010

1111
let app;
1212

0 commit comments

Comments
 (0)