Skip to content

Commit

Permalink
Changed timeout method to one available in GS
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabacman committed Jan 9, 2024
1 parent 41ee693 commit 124221b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Sagan-Core-Tests/RepositoryBasedTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ RepositoryBasedTest >> testAddLargeNumberOfObjects [
store: self ellaTravolta
]
]
notTakeMoreThan: 6 seconds
notTakeMoreThanMilliseconds: 6000
]

{ #category : 'tests - querying' }
Expand Down Expand Up @@ -255,7 +255,7 @@ RepositoryBasedTest >> testFindAllMatchingWhenCollectionIsLarge [
extraterrestrial firstName = 'Silvester' ] ) size
equals: 1000
]
notTakeMoreThan: 1 second
notTakeMoreThanMilliseconds: 1000
]

{ #category : 'tests - management' }
Expand Down

0 comments on commit 124221b

Please sign in to comment.