Fix timeout for Zuul jobs

Sem-Ver: bugfix
Change-Id: I72eb392cbb7363f8bb69342b82c441de669183e8
diff --git a/releasenotes/notes/increase-ci-timeouts-e189f2327c7f40b6.yaml b/releasenotes/notes/increase-ci-timeouts-e189f2327c7f40b6.yaml
new file mode 100644
index 0000000..7938300
--- /dev/null
+++ b/releasenotes/notes/increase-ci-timeouts-e189f2327c7f40b6.yaml
@@ -0,0 +1,3 @@
+---
+fixes:
+  - Bump CI timeout to 2 hours from 1 hour to prevent job timeouts.
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index bcfea76..816452a 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -34,7 +34,7 @@
     parent: vexxhost-tox-molecule
     cleanup-run:
       - zuul.d/playbooks/ansible-collection-atmosphere-tox-molecule/cleanup-run.yml
-    timeout: 3600
+    timeout: 7200
     vars:
       tox_environment:
         ATMOSPHERE_STACK_NAME: "atmosphere-{{ zuul.build }}"