Add larger timeouts for caching

This commit is contained in:
Jim Shield
2025-06-30 23:19:23 +01:00
parent 1ed227080b
commit 1ff01526bc
2 changed files with 40 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ end
if IsDuplicityVersion() then
local cache = nil
local timeout = GetGameTimer() + 5000 -- 5 seconds max wait
local timeout = GetGameTimer() + 20000 -- 20 seconds max wait
-- Wait until jim_bridge is started and export is available
while not cache and GetGameTimer() < timeout do