We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c03d1 commit 62e2d82Copy full SHA for 62e2d82
graalpython/com.oracle.graal.python.test/src/tests/test_tagged_unittests.py
@@ -86,7 +86,7 @@ def make_test_function(working_test):
86
testmod = working_test[0].rpartition(".")[2]
87
88
def test_tagged():
89
- max_patterns = 100
+ max_patterns = 250
90
for working_test_group in grouper(working_test[1], max_patterns):
91
cmd = [sys.executable]
92
if "--inspect" in sys.argv:
0 commit comments