Skip to content

Commit de25f87

Browse files
committed
updated timeout for tests
1 parent f408cb6 commit de25f87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/api.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ function createPreviewApiClient() {
2525

2626
describe('Api', function() {
2727

28+
this.timeout(5000);
29+
2830
/* GET API CLIENT */
2931
it('should return an api client object from getApi', function(done) {
3032
var api = createApiClient();

0 commit comments

Comments
 (0)