Skip to content

Commit 8ac659a

Browse files
Merge pull request #72 from SergeStinckwich/development
testPrintAndEvaluate test fails in Pharo 7.0
2 parents 946eebb + 8e643b4 commit 8ac659a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Math-Tests-ArbitraryPrecisionFloat/ArbitraryPrecisionFloatTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Class {
1818

1919
{ #category : #accessing }
2020
ArbitraryPrecisionFloatTest class >> defaultTimeLimit [
21-
^60 seconds
21+
^ 120 seconds
2222
]
2323

2424
{ #category : #private }

0 commit comments

Comments
 (0)