Skip to content

Commit

Permalink
170: Adjust time limit and duration to make test more reliable on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtkilpela committed Jan 30, 2025
1 parent 110d7b0 commit 07b5126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RemoteServiceReplication-Test/RsrStressTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Class {
{ #category : 'accessing' }
RsrStressTest class >> defaultTimeLimit [

^Duration seconds: 30
^Duration seconds: 60
]

{ #category : 'testing' }
Expand Down Expand Up @@ -47,7 +47,7 @@ RsrStressTest >> concurrentlyRun: aBlock [
{ #category : 'accessing' }
RsrStressTest >> defaultTestDuration [

^self class defaultTimeLimit / 2
^self class defaultTimeLimit / 4
]

{ #category : 'initialize/release' }
Expand Down

0 comments on commit 07b5126

Please sign in to comment.