Skip to content

Commit

Permalink
node 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
miniyun committed Sep 2, 2015
1 parent a09b1f7 commit 4c2e0a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ endif

REQUIRED = --require should --require should-http --require co-mocha

TESTS = test/simple-file-upload/upload
TESTS = test/large-file-upload \
test/simple-file-upload \
test/status \
test/unit

test:
@NODE_ENV=test $(BIN) \
Expand Down
2 changes: 1 addition & 1 deletion test/large-file-upload/block-append.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var deleteFolder = function(filePath) {
}
}
describe(' files/upload_session/block_append', function() {
this.timeout(10000)
this.timeout(20000)
var app = null
before(function*(done) {
app = yield context.getApp()
Expand Down
2 changes: 1 addition & 1 deletion test/simple-file-upload/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var deleteFolder = function(filePath) {
}
}
describe(' files/upload_session/send', function() {
this.timeout(10000)
this.timeout(20000)
var app = null
before(function*(done) {
app = yield context.getApp()
Expand Down

0 comments on commit 4c2e0a8

Please sign in to comment.