reduce integration tests timeout

This commit is contained in:
Vadim 2024-03-17 19:58:14 +01:00
parent e3306ab3ba
commit 078312c03f
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ on:
description: "Run integration tests"
required: true
type: boolean
default: false
default: true
jobs:
run-integration-tests:

View file

@ -12,7 +12,7 @@ on:
jobs:
run-integration-tests:
name: Run integration tests
timeout-minutes: 90
timeout-minutes: 60
runs-on: macos-13
steps:
- uses: actions/checkout@v3