Skip to content

Commit 7de3276

Browse files
author
Michael
committed
fix(ci): increase timeout to 30min (temporary until parallelization)
1 parent e673652 commit 7de3276

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
node:
1010
runs-on: ubuntu-latest
11-
timeout-minutes: 20 # Increased: lens tests + integration tests take ~8-11min
11+
timeout-minutes: 30 # Temporary: tests take ~20min, need parallelization (see issue analysis)
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4

.github/workflows/truth-kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
verify:
1111
runs-on: ubuntu-latest
12-
timeout-minutes: 20 # Increased: lens tests + integration tests take ~8-11min
12+
timeout-minutes: 30 # Temporary: tests take ~20min, need parallelization (see issue analysis)
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)