Skip to content

Commit 0849046

Browse files
authored
chore: increase test timeout from 15 to 30 minutes in GitHub Actions workflow (#165)
1 parent 82083f1 commit 0849046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
test:
4545
name: Test
4646
runs-on: ubuntu-latest
47-
timeout-minutes: 15
47+
timeout-minutes: 30
4848
env:
4949
TIDB_HOST: ${{ secrets.TIDB_HOST }}
5050
TIDB_PORT: 4000

0 commit comments

Comments
 (0)