Skip to content

Commit

Permalink
remove timeout passing
Browse files Browse the repository at this point in the history
  • Loading branch information
kaesonho committed Aug 6, 2015
1 parent 2f4d682 commit a13e9f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/unit/libs/fetcher.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ describe('Client Fetcher', function () {
var corsPath = 'http://localhost:3001';
var params = {
uuids: ['1','2','3','4','5'],
corsDomain: 'test1',
timeout: '3000'
corsDomain: 'test1'
},
body = { stuff: 'is'},
context = {
Expand Down Expand Up @@ -135,7 +134,6 @@ describe('Client Fetcher', function () {
}
},
category: '',
timeout: 3000,
selected_filter: 'YPROP:TOPSTORIES'
},
body = { stuff: 'is'},
Expand Down Expand Up @@ -223,7 +221,6 @@ describe('Client Fetcher', function () {
var DEFAULT_XHR_TIMEOUT = 3000;
var params = {
uuids: [1,2,3,4,5],
timeout: 3000,
category: ''
},
body = { stuff: 'is'},
Expand Down

0 comments on commit a13e9f2

Please sign in to comment.