waiting: increase poll timeout to 10 minutes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
48547994cc
commit
5f9462a91f
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@
|
|||
// Configuration
|
||||
const API_BASE_URL = 'https://valentinesong.oliver.digital/back';
|
||||
const POLL_INTERVAL = 10 * 1000; // 10 seconds
|
||||
const MAX_POLL_TIME = 5 * 60 * 1000; // 5 minutes
|
||||
const MAX_POLL_TIME = 10 * 60 * 1000; // 10 minutes
|
||||
|
||||
// State
|
||||
const startTime = Date.now();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue