Skip to content

Commit

Permalink
update timeout again just to be safe
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Oct 18, 2023
1 parent d532149 commit 436ca49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/recordings-api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { RecordingStateEnum, CallStateEnum } = require('../../models');
const { setupManteca, createMantecaCall, cleanupCalls, getMantecaTestStatus, sleep } = require('../callUtils');

describe('RecordingsApi', () => {
jest.setTimeout(150000);
jest.setTimeout(240000);
const config = new Configuration({username: BW_USERNAME, password: BW_PASSWORD});
const callsApi = new CallsApi(config);
const recordingsApi = new RecordingsApi(config);
Expand Down

0 comments on commit 436ca49

Please sign in to comment.