Skip to content

Commit a8744b4

Browse files
m
1 parent f483073 commit a8744b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reproduce_bug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Create multiple test files
2121
run: |
2222
# Create 50 test files with Unicode parameters
23-
for ($i=1; $i -le 50; $i++) {
23+
for ($i=1; $i -le 500; $i++) {
2424
@"
2525
import pytest
2626

0 commit comments

Comments
 (0)