mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-13 06:56:54 +03:00
feat: increase shell timeout to 15s
This commit is contained in:
@@ -9,7 +9,7 @@ export async function callBaseMethod<T>(
|
||||
const response = await executeShellCommand({
|
||||
command,
|
||||
args: [method as string, ...args],
|
||||
timeout: 10000,
|
||||
timeout: 15000,
|
||||
});
|
||||
|
||||
if (response.stdout) {
|
||||
|
||||
Reference in New Issue
Block a user