Skip to content

Commit 121f50e

Browse files
committed
fix: Let integ tests run for longer, now that there are more cases to test
1 parent 6ac546c commit 121f50e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integ-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
integ_tests:
2626
name: Run Integration Tests
2727
runs-on: ubuntu-latest
28-
timeout-minutes: 30
28+
timeout-minutes: 60
2929
permissions:
3030
id-token: write
3131
contents: read
@@ -69,7 +69,7 @@ jobs:
6969
if [ -f .venv/bin/activate ]; then source .venv/bin/activate; else echo "Virtual environment activation failed" && exit 1; fi
7070
cd ../..
7171
./e2e_tests/run_integ_test.sh
72-
timeout-minutes: 20
72+
timeout-minutes: 40
7373
working-directory: ${{ github.workspace }}
7474

7575
- name: Clean up

0 commit comments

Comments
 (0)