summaryrefslogtreecommitdiffhomepage
path: root/main.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'main.mjs')
-rw-r--r--main.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.mjs b/main.mjs
index 40023ba..41bf8e0 100644
--- a/main.mjs
+++ b/main.mjs
@@ -630,7 +630,7 @@ class CommunicationForm extends Form {
#setupCounter() {
this.#description = this.form.querySelector('.form__description')
this.#descriptionText = this.#description ? this.#description.textContent : ''
- this.#countdown = new Countdown(this.#description, 10)
+ this.#countdown = new Countdown(this.#description, 30)
this.#countdown.onComplete(() => {
this.#progress.clear()
this.disconnectIfNeeded()