Skip to content

Commit 6b9c9a2

Browse files
committed
14
1 parent 40cde92 commit 6b9c9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
partition: [1,2,3,4,5,6,7,8,9,10,11,12]
15+
partition: [1,2,3,4,5,6,7,8,9,10,11,12,13,14]
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
4545
mkdir -p .config
4646
cat <<'EOF' > .config/nextest.toml
4747
[profile.default]
48-
global-timeout = "1h30m"
48+
global-timeout = "1h"
4949
slow-timeout = "3m"
5050
EOF
5151

0 commit comments

Comments
 (0)