[MIRROR] do an actual timeout test for chat inits (#8539)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-06-17 02:34:55 -07:00
committed by GitHub
parent d10d65c09a
commit 96ada5e654
2 changed files with 9 additions and 1 deletions

View File

@@ -48,13 +48,13 @@
assets = list(
get_asset_datum(/datum/asset/simple/tgui_panel),
))
window.reinitialize() // Workaround for an early init fail...
window.send_asset(get_asset_datum(/datum/asset/simple/namespaced/fontawesome))
window.send_asset(get_asset_datum(/datum/asset/simple/namespaced/tgfont))
window.send_asset(get_asset_datum(/datum/asset/spritesheet/chat))
// Other setup
request_telemetry()
addtimer(CALLBACK(src, PROC_REF(on_initialize_timed_out)), 5 SECONDS)
window.send_message("testTelemetryCommand")
/**
* private