Skip to content

Commit

Permalink
fix(test): update bundleResource test timeout (#3038)
Browse files Browse the repository at this point in the history
  • Loading branch information
lusarz authored and johnjbarton committed Jun 11, 2018
1 parent 558e2f0 commit d6060d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/utils/bundle-utils.spec.js
Expand Up @@ -16,7 +16,7 @@ describe('BundleUtils.bundleResource', () => {
expect(fs.existsSync(PathUtils.calculateAbsolutePath('test/unit/fixtures/bundled.js'))).to.be.true
done()
})
})
}).timeout(5000)
})

describe('BundleUtils.bundleResourceIfNotExist', () => {
Expand Down

0 comments on commit d6060d4

Please sign in to comment.