diff --git a/Components/Pages/Jobs.razor b/Components/Pages/Jobs.razor index eb3608e..9cbc13c 100644 --- a/Components/Pages/Jobs.razor +++ b/Components/Pages/Jobs.razor @@ -3008,7 +3008,7 @@ else /// Opens a URL in a new tab that automatically closes after a delay. /// Used for fetch-details fallback where the browser extension captures data. /// - private async Task OpenTabAndAutoClose(string url, int delaySeconds = 10) + private async Task OpenTabAndAutoClose(string url, int delaySeconds = 30) { await JSRuntime.InvokeVoidAsync("crawlPagesRunner.openAndScheduleClose", url, delaySeconds, true); }