Skip to content

Commit

Permalink
increase the timeout for RBBrowserEnvironmentTest. If the slave is ve…
Browse files Browse the repository at this point in the history
…ry slow (due to virtualisation this can happen), this test times out as it is quite long running even if run on a fast machine locally.

fixes pharo-project#6046
  • Loading branch information
MarcusDenker committed Jun 16, 2020
1 parent 762813e commit f8c62ef
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -21,6 +21,11 @@ RBBrowserEnvironmentTest class >> accessFromClassSideOnlyVariable [
^ ClassSideOnlyVariable
]

{ #category : #accessing }
RBBrowserEnvironmentTest class >> defaultTimeLimit [
^30 seconds
]

{ #category : #accessing }
RBBrowserEnvironmentTest class >> packageNamesUnderTest [
^ #('Refactoring-Environment')
Expand Down

0 comments on commit f8c62ef

Please sign in to comment.