Skip to content

Commit

Permalink
Add increased test timeout for Recorder sync tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Feb 17, 2014
1 parent 5ca4ec0 commit 7e32494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/specs/dlx-recorder.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ describe('DLxRecorder', function() {
var fixturesPath = path.join(__dirname, '../fixtures/dlx-recorder-1');

promiseIt('should work correctly', function() {
this.timeout(30000);

var options = {
id: 'DLx',
interval: 300000,
Expand Down
2 changes: 2 additions & 0 deletions test/specs/filesystem-recorder.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ describe('FileSystemRecorder', function() {
};

promiseIt('should work correctly', function() {
this.timeout(30000);

var options = {
id: 'FileSystem',
interval: 300000,
Expand Down

0 comments on commit 7e32494

Please sign in to comment.