From 68d81cdae6904561d034e37128317c1afa0b2be6 Mon Sep 17 00:00:00 2001 From: Shi Chen Date: Sat, 7 Sep 2024 23:50:57 -0500 Subject: [PATCH] Increased the test duration and assets for grc_o_audio_play_stop for https://github.com/YoYoGames/GameMaker-Bugs/issues/7562 --- Ganary/Ganary.yyp | 2 +- Ganary/objects/grc_o_audio_play_stop/Create_0.gml | 4 ++-- .../grc_register_async_function_tests.gml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ganary/Ganary.yyp b/Ganary/Ganary.yyp index 181d2db..0d271a3 100644 --- a/Ganary/Ganary.yyp +++ b/Ganary/Ganary.yyp @@ -58,7 +58,7 @@ "isEcma":false, "LibraryEmitters":[], "MetaData":{ - "IDEVersion":"2024.800.0.612", + "IDEVersion":"2024.800.0.618", }, "name":"Ganary", "resources":[ diff --git a/Ganary/objects/grc_o_audio_play_stop/Create_0.gml b/Ganary/objects/grc_o_audio_play_stop/Create_0.gml index f221717..9b48213 100644 --- a/Ganary/objects/grc_o_audio_play_stop/Create_0.gml +++ b/Ganary/objects/grc_o_audio_play_stop/Create_0.gml @@ -1,5 +1,5 @@ /// @description Insert description here // You can write your code in this editor -sounds = [grc_snd_wave, grc_snd_wave2, grc_snd_wave3, grc_snd_wave4]; -alarm[0] = room_speed*5; +sounds = [grc_snd_wave, grc_snd_wave2, grc_snd_wave3, grc_snd_wave4, grc_snd_silence_for_dynamic_asset2, grc_snd_silence_for_dynamic_asset]; +alarm[0] = room_speed*30; alarm[1] = 1; \ No newline at end of file diff --git a/Ganary/scripts/grc_register_async_function_tests/grc_register_async_function_tests.gml b/Ganary/scripts/grc_register_async_function_tests/grc_register_async_function_tests.gml index d59b51b..8c1c7ef 100644 --- a/Ganary/scripts/grc_register_async_function_tests/grc_register_async_function_tests.gml +++ b/Ganary/scripts/grc_register_async_function_tests/grc_register_async_function_tests.gml @@ -54,7 +54,7 @@ function grc_register_async_function_tests(){ olympus_add_async_test("audio_play_stop_test", function(){ //https://github.com/YoYoGames/GameMaker-Bugs/issues/7200 return grc_instance_create(grc_o_audio_play_stop); - }) + }, function(){}, {olympus_test_options_timeout_millis: 1000 * 300}) //os_xboxseriesxs requires XSTS token to talk to the bscotch dummy endpoint if grc_internet_required {