From 9375b565bb8bcf476d92b3046ceb8030b9ea85a6 Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Tue, 17 Oct 2023 23:36:17 +0200 Subject: [PATCH] Increase job timeout to 5min --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 85ce866b..c882454a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,8 +12,8 @@ jobs: test: name: Test GatewayD runs-on: ubuntu-latest - # Timeout after 3 minutes, to avoid hanging tests - timeout-minutes: 3 + # Timeout after 5 minutes, to avoid hanging tests + timeout-minutes: 5 services: postgres: image: postgres @@ -69,7 +69,7 @@ jobs: name: Test GatewayD Plugins runs-on: ubuntu-latest needs: test - timeout-minutes: 3 + timeout-minutes: 5 services: postgres: image: postgres