Skip to content

Commit 8489a1b

Browse files
committed
test_osn_simple_recording: remove lamda to enable timeout
1 parent 74e319a commit 8489a1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/osn-tests/src/test_osn_simple_recording.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import path = require('path');
1313

1414
const testName = 'osn-simple-recording';
1515

16-
describe(testName, () => {
16+
describe(testName, function() {
1717
let obs: OBSHandler;
1818
let hasTestFailed: boolean = false;
1919
// Initialize OBS process

0 commit comments

Comments
 (0)