Skip to content

Commit

Permalink
update timeout in recordings test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Oct 18, 2023
1 parent 2f1ed6a commit d532149
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(125000);
jest.setTimeout(150000);
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 d532149

Please sign in to comment.