Skip to content

Commit

Permalink
Doubles the timeout for the first test that loads an external file (i…
Browse files Browse the repository at this point in the history
…ssue #10).
  • Loading branch information
alemangui committed Jun 19, 2016
1 parent 16dac66 commit f135043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Sound.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ describe('Sound', function() {
done();
}, 1000);
});
}, 5000);
}, 10000);

it('should offset upon playing when specified', function(done) {
var endCallback = jasmine.createSpy('endCallback');
Expand Down

0 comments on commit f135043

Please sign in to comment.