diff --git a/.github/workflows/release_debian10.yaml b/.github/workflows/release_debian10.yaml
index 36b9148c3..9feb5b1f0 100644
--- a/.github/workflows/release_debian10.yaml
+++ b/.github/workflows/release_debian10.yaml
@@ -24,7 +24,7 @@ jobs:
   community_build:
     name: "Community build"
     runs-on: [self-hosted, Linux, X64, Debian10]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -63,7 +63,7 @@ jobs:
       THREADS: 24
       MEMGRAPH_ENTERPRISE_LICENSE: ${{ secrets.MEMGRAPH_ENTERPRISE_LICENSE }}
       MEMGRAPH_ORGANIZATION_NAME: ${{ secrets.MEMGRAPH_ORGANIZATION_NAME }}
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -117,7 +117,7 @@ jobs:
   debug_build:
     name: "Debug build"
     runs-on: [self-hosted, Linux, X64, Debian10]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -171,7 +171,7 @@ jobs:
   debug_integration_test:
     name: "Debug integration tests"
     runs-on: [self-hosted, Linux, X64, Debian10]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -201,7 +201,7 @@ jobs:
   release_build:
     name: "Release build"
     runs-on: [self-hosted, Linux, X64, Debian10]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -272,7 +272,7 @@ jobs:
   release_benchmark_tests:
     name: "Release Benchmark Tests"
     runs-on: [self-hosted, Linux, X64, Debian10]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -324,7 +324,7 @@ jobs:
     if: false
     name: "Release End-to-end Test"
     runs-on: [self-hosted, Linux, X64, Debian10]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -372,7 +372,7 @@ jobs:
   release_durability_stress_tests:
     name: "Release durability and stress tests"
     runs-on: [self-hosted, Linux, X64, Debian10]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -420,7 +420,7 @@ jobs:
   release_jepsen_test:
     name: "Release Jepsen Test"
     runs-on: [self-hosted, Linux, X64, Debian10, JepsenControl]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
diff --git a/.github/workflows/release_ubuntu2004.yaml b/.github/workflows/release_ubuntu2004.yaml
index 96f85bdf3..77feea2fe 100644
--- a/.github/workflows/release_ubuntu2004.yaml
+++ b/.github/workflows/release_ubuntu2004.yaml
@@ -24,7 +24,7 @@ jobs:
   community_build:
     name: "Community build"
     runs-on: [self-hosted, Linux, X64, Ubuntu20.04]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -59,7 +59,7 @@ jobs:
   coverage_build:
     name: "Coverage build"
     runs-on: [self-hosted, Linux, X64, Ubuntu20.04]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -113,7 +113,7 @@ jobs:
   debug_build:
     name: "Debug build"
     runs-on: [self-hosted, Linux, X64, Ubuntu20.04]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -167,7 +167,7 @@ jobs:
   debug_integration_test:
     name: "Debug integration tests"
     runs-on: [self-hosted, Linux, X64, Ubuntu20.04]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -197,7 +197,7 @@ jobs:
   release_build:
     name: "Release build"
     runs-on: [self-hosted, Linux, X64, Ubuntu20.04]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -268,7 +268,7 @@ jobs:
   release_benchmark_tests:
     name: "Release Benchmark Tests"
     runs-on: [self-hosted, Linux, X64, Ubuntu20.04]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -320,7 +320,7 @@ jobs:
     if: false
     name: "Release End-to-end Test"
     runs-on: [self-hosted, Linux, X64, Ubuntu20.04]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
@@ -368,7 +368,7 @@ jobs:
   release_durability_stress_tests:
     name: "Release durability and stress tests"
     runs-on: [self-hosted, Linux, X64, Ubuntu20.04]
-    timeout-minutes: 90
+    timeout-minutes: 60
 
     steps:
       - name: Set up repository
diff --git a/.github/workflows/stress_test_large.yaml b/.github/workflows/stress_test_large.yaml
index 54a6c55ba..bdb805f5d 100644
--- a/.github/workflows/stress_test_large.yaml
+++ b/.github/workflows/stress_test_large.yaml
@@ -23,7 +23,7 @@ env:
 jobs:
   stress_test_large:
     name: "Stress test large"
-    timeout-minutes: 600
+    timeout-minutes: 720
     strategy:
       matrix:
         os: [Debian10, Ubuntu20.04]