Skip to content

Commit

Permalink
Add missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Oct 4, 2019
1 parent 5b8e3e5 commit 56bf5e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Spec2-Backend-Tests/SpTMorphicUIRedrawer.trait.st
Expand Up @@ -11,6 +11,11 @@ Trait {
#category : #'Spec2-Backend-Tests'
}

{ #category : #running }
SpTMorphicUIRedrawer >> defaultWaitDuration [
^ 500 milliSecond
]

{ #category : #initialization }
SpTMorphicUIRedrawer >> initializeSemaphore [
uiWaitingSemaphore := Semaphore new
Expand Down

0 comments on commit 56bf5e9

Please sign in to comment.