Skip to content

Commit

Permalink
Increased test time for IllFinalizationProfilerTest>>#testOpen to avo…
Browse files Browse the repository at this point in the history
…id CI errors
  • Loading branch information
jordanmontt committed Mar 13, 2024
1 parent 8133566 commit eef7551
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/IllimaniProfiler-Tests/IllFinalizationProfilerTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ IllFinalizationProfilerTest >> profilerClass [
^ IllFinalizationProfiler
]

{ #category : 'tests' }
IllFinalizationProfilerTest >> testOpen [

"Increasing the test time. This is due to CI failures. As the profiler pre-allocates a very
big collection, the GCs take time."
self timeLimit: 1 minute.

super testOpen
]

{ #category : 'tests' }
IllFinalizationProfilerTest >> testProfileOn [

Expand Down

0 comments on commit eef7551

Please sign in to comment.