We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac546c commit 121f50eCopy full SHA for 121f50e
.github/workflows/integ-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
integ_tests:
26
name: Run Integration Tests
27
runs-on: ubuntu-latest
28
- timeout-minutes: 30
+ timeout-minutes: 60
29
permissions:
30
id-token: write
31
contents: read
@@ -69,7 +69,7 @@ jobs:
69
if [ -f .venv/bin/activate ]; then source .venv/bin/activate; else echo "Virtual environment activation failed" && exit 1; fi
70
cd ../..
71
./e2e_tests/run_integ_test.sh
72
- timeout-minutes: 20
+ timeout-minutes: 40
73
working-directory: ${{ github.workspace }}
74
75
- name: Clean up
0 commit comments