Skip to content

Commit

Permalink
set longer timeout for travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
lisposter committed Jul 30, 2014
1 parent 3d50724 commit bdfec65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test:
--harmony-generators \
--require should \
--reporter spec \
--slow 5s \
--slow 2s \
--bail

test-cov:
Expand All @@ -26,7 +26,8 @@ test-travis:
--report lcovonly \
-- -u exports \
--require should \
--slow 5s \
--slow 2s \
--timeout 10000 \
$(TESTS) \
--bail

Expand Down
2 changes: 1 addition & 1 deletion test/basic-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var UPYUN = require('..');
var fs = require('fs');
var read = thunk(fs.readFile);

var upyun = new UPYUN('travis', 'travisci', 'testtest', 'auto');
var upyun = new UPYUN('travis', 'travisci', 'testtest', 'ctcc');

describe('API', function() {
describe('.getUsage() ', function() {
Expand Down

0 comments on commit bdfec65

Please sign in to comment.