Skip to content

Commit 88e18a2

Browse files
authored
fix(ci): bump timeout for venv recreation (#7380)
1 parent 64c5fa3 commit 88e18a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
config-validation:
110110
name: "Dataset Config Validation"
111111
runs-on: ubuntu-latest
112-
timeout-minutes: 2
112+
timeout-minutes: 10
113113
steps:
114114
- uses: actions/checkout@v4
115115
name: Checkout code

0 commit comments

Comments
 (0)