From c6b15ebc9f67ef06204878e9ac05d325b6e6aa0b Mon Sep 17 00:00:00 2001
From: Devon Hudson <devonhudson@librem.one>
Date: Thu, 12 Jan 2023 08:59:19 -0700
Subject: [PATCH] Update gh action timeout to match dendrite unit tests

---
 .github/workflows/tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 901c829f..cd8851d4 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -54,7 +54,7 @@ jobs:
 
   # run go test on Dendrite with different go versions
   test-dendrite:
-    timeout-minutes: 5
+    timeout-minutes: 10
     name: Unit tests Dendrite (Go ${{ matrix.go }})
     runs-on: ubuntu-latest
     # Service containers to run with `container-job`