Skip to content

Commit 90a83b1

Browse files
committed
Increase the timeout, darwin is slow
1 parent c62c3d5 commit 90a83b1

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
@@ -139,7 +139,7 @@ def fun(self):
139139
# entirely
140140
testfile_stem = os.path.splitext(os.path.basename(testfile))[0]
141141
testmod = "test." + testfile_stem
142-
cmd = [timeout, "-s", "9", "60"] + executable + ["-S", "-m"]
142+
cmd = [timeout, "-s", "9", "120"] + executable + ["-S", "-m"]
143143
tagfile = os.path.join(TAGS_DIR, testfile_stem + ".txt")
144144
if retag and repeat == 0:
145145
test_selectors = []

0 commit comments

Comments
 (0)