Skip to content

Commit

Permalink
increased timeout for slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 23, 2014
1 parent 69e4e65 commit 0214258
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/S3Test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ describe('S3', function() {
})

it('should store and remove a file', function(done) {
// network operations are slow
this.timeout(10000)

var sourceFile = path.resolve(__dirname + '/./fixtures/node_js_logo.png')

var s3 = new S3({
Expand Down

0 comments on commit 0214258

Please sign in to comment.