Skip to content

Commit 10c83dc

Browse files
fix timeout time
Signed-off-by: HU Yuan2 <[email protected]>
1 parent f1cc9bc commit 10c83dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzzy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
Fuzzy_Tests:
133133
needs: [ Docker, Build, Smart_CI ]
134-
timeout-minutes: ${{ matrix.TEST_TYPE == 10 }}
134+
timeout-minutes: 10
135135
defaults:
136136
run:
137137
shell: bash

0 commit comments

Comments
 (0)