diff --git a/waiting.php b/waiting.php index 6215ead..aa6d677 100644 --- a/waiting.php +++ b/waiting.php @@ -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();