Skip to content

Commit 07b5126

Browse files
committed
170: Adjust time limit and duration to make test more reliable on macOS.
1 parent 110d7b0 commit 07b5126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RemoteServiceReplication-Test/RsrStressTest.class.st

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Class {
1212
{ #category : 'accessing' }
1313
RsrStressTest class >> defaultTimeLimit [
1414

15-
^Duration seconds: 30
15+
^Duration seconds: 60
1616
]
1717

1818
{ #category : 'testing' }
@@ -47,7 +47,7 @@ RsrStressTest >> concurrentlyRun: aBlock [
4747
{ #category : 'accessing' }
4848
RsrStressTest >> defaultTestDuration [
4949

50-
^self class defaultTimeLimit / 2
50+
^self class defaultTimeLimit / 4
5151
]
5252

5353
{ #category : 'initialize/release' }

0 commit comments

Comments
 (0)