Skip to content

Commit ec00ce8

Browse files
committed
kicking timeout up a couple of notches for dialog integration tests
1 parent b343747 commit ec00ce8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test.integration-all-services.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ describe('integration-all-services', function() {
331331
});
332332

333333
describe('functional_dialog', function() {
334-
this.timeout(THIRTY_SECONDS);
334+
this.timeout(THIRTY_SECONDS * 3);
335335
var dialog = watson.dialog(auth.dialog);
336336
var dialog_id = auth.dialog.dialog_id;
337337
var client_id = 31;
@@ -360,7 +360,6 @@ describe('integration-all-services', function() {
360360
});
361361

362362
it('getConversation()', function(done) {
363-
this.timeout(TWENTY_SECONDS * 2);
364363
var params = {
365364
dialog_id: dialog_id,
366365
client_id: client_id,

0 commit comments

Comments
 (0)