Skip to content

Commit 62e2d82

Browse files
committed
Increase the number of tests that run per tagged test group
1 parent d7c03d1 commit 62e2d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_tagged_unittests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def make_test_function(working_test):
8686
testmod = working_test[0].rpartition(".")[2]
8787

8888
def test_tagged():
89-
max_patterns = 100
89+
max_patterns = 250
9090
for working_test_group in grouper(working_test[1], max_patterns):
9191
cmd = [sys.executable]
9292
if "--inspect" in sys.argv:

0 commit comments

Comments
 (0)