From 40139a1a4a22b8ae0f7a6cd5077c032f4f639fb2 Mon Sep 17 00:00:00 2001 From: Astrxw <116487456+ASTROWwwW@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:20:18 +0200 Subject: [PATCH] Update shared.lua --- [core]/esx_lib/imports/waitFor/shared.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_lib/imports/waitFor/shared.lua b/[core]/esx_lib/imports/waitFor/shared.lua index d680dc93..c86ccb78 100644 --- a/[core]/esx_lib/imports/waitFor/shared.lua +++ b/[core]/esx_lib/imports/waitFor/shared.lua @@ -20,7 +20,7 @@ function xLib.waitFor(cb, errMessage, timeout, interval) end if timeout ~= false and type(timeout) ~= 'number' then - timeout = 1000 + timeout = 5000 end local start = timeout and GetGameTimer()