From 00b940189f90b22351e43d2700a5e99c37ba23d9 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Mon, 10 Feb 2025 14:09:30 -0800 Subject: [PATCH] osn update with a fix to crash involving volmeters (#5295) * osn update with a fix to crash involving volmeters * Increase timeout on obs importer test --------- Co-authored-by: Sean Beyer --- scripts/repositories.json | 4 ++-- test/regular/obs-importer.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/repositories.json b/scripts/repositories.json index 644a8e7eecf3..490890aedae8 100644 --- a/scripts/repositories.json +++ b/scripts/repositories.json @@ -4,8 +4,8 @@ "name": "obs-studio-node", "url": "https://s3-us-west-2.amazonaws.com/obsstudionodes3.streamlabs.com/", "archive": "osn-[VERSION]-release-[OS][ARCH].tar.gz", - "version": "0.25.11", - "mac_version": "0.25.11", + "version": "0.25.12", + "mac_version": "0.25.12", "win64": true, "osx": true }, diff --git a/test/regular/obs-importer.ts b/test/regular/obs-importer.ts index 3295d3db0598..758fc8c7cf77 100644 --- a/test/regular/obs-importer.ts +++ b/test/regular/obs-importer.ts @@ -65,7 +65,7 @@ test('OBS Importer', async t => { await click('div=Start'); // skip Ultra - await waitForDisplayed('div[data-testid=choose-free-plan-btn]'); + await waitForDisplayed('div[data-testid=choose-free-plan-btn]', { timeout: 15000 }); // skip Themes await click('button=Skip');