Skip to content

Commit a991550

Browse files
committed
Add timeout for makeRequest test
1 parent 94b6516 commit a991550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/utils-request-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ describe('Request utils', function(){
2525
});
2626

2727
describe('#makeRequest', function(){
28+
this.timeout(15000);
29+
2830
it('should return object with url and body properties', function(){
2931
return request.makeRequest({}, 'http://example.com').then(function (data) {
3032
data.should.have.properties(['url', 'body']);

0 commit comments

Comments
 (0)