Skip to content

Commit

Permalink
Increase timeouts for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Feb 1, 2024
1 parent 734a783 commit 34870a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
integration-tests:
name: Integration Tests
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 75
needs: [ 'build-and-license-check' ]
if: ${{ needs.build-and-license-check.outputs.docs_only != 'true' }}
steps:
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
backward-compatibility-tests:
name: Backward compatibility tests
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 75
needs: [ 'build-and-license-check' ]
if: ${{ needs.build-and-license-check.outputs.docs_only != 'true' }}
steps:
Expand Down

0 comments on commit 34870a4

Please sign in to comment.