diff --git a/app/utils/runtimeCheckLogs.ts b/app/utils/runtimeCheckLogs.ts index c88bf5b..615aea9 100644 --- a/app/utils/runtimeCheckLogs.ts +++ b/app/utils/runtimeCheckLogs.ts @@ -240,7 +240,7 @@ export async function runtimeCheckLogs(folderPath) { uriImage + ")\n" ); - }, 5000); + }, 10000); // }, 3000); }