We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e673652 commit 7de3276Copy full SHA for 7de3276
2 files changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
node:
10
runs-on: ubuntu-latest
11
- timeout-minutes: 20 # Increased: lens tests + integration tests take ~8-11min
+ timeout-minutes: 30 # Temporary: tests take ~20min, need parallelization (see issue analysis)
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
.github/workflows/truth-kernel.yml
@@ -9,7 +9,7 @@ on:
verify:
15
0 commit comments