Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jun 24, 2024
1 parent 2120228 commit ae6c6cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ DurationChronologyExtensionsTest >> testWait [

| ms |

ms := Time millisecondsToRun: [ 2.1 seconds wait ].
self assert: ms >= 2100
ms := Time millisecondsToRun: [ 2 seconds wait ].
self assert: ms >= 2000
]

{ #category : 'tests' }
Expand Down

0 comments on commit ae6c6cc

Please sign in to comment.