From 247a081994c944a512c5c118bdc5cc860f875040 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Sun, 3 Sep 2023 13:06:32 +0800 Subject: [PATCH] time out tests --- .gitea/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 2515480..0c87979 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -48,6 +48,7 @@ jobs: # Run a sanity test against the fixture data # Complete integration tests are TODO - name: Run test + timeout-minutes: 30 run: | ./scripts/request-range.sh 0 32 || (E=$?; cat ./server-log; exit $E)