Skip to content

Commit 8cfaec6

Browse files
committed
ci: reduce job timeout to 15 minutes
1 parent 8bee533 commit 8cfaec6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
test-with-values:
13+
timeout-minutes: 15
1314
runs-on: ubuntu-latest
1415

1516
steps:
@@ -86,6 +87,7 @@ jobs:
8687

8788
test-with-remote-cluster:
8889
runs-on: ubuntu-latest
90+
timeout-minutes: 15
8991
steps:
9092

9193
- uses: actions/checkout@v4
@@ -151,6 +153,7 @@ jobs:
151153

152154
test-with-no-ports:
153155
runs-on: ubuntu-latest
156+
timeout-minutes: 15
154157
steps:
155158

156159
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)