The Trunk: MorphicTests-tpr.42.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: MorphicTests-tpr.42.mcz

commits-2
tim Rowledge uploaded a new version of MorphicTests to project The Trunk:
http://source.squeak.org/trunk/MorphicTests-tpr.42.mcz

==================== Summary ====================

Name: MorphicTests-tpr.42
Author: tpr
Time: 6 November 2017, 3:04:08.351007 pm
UUID: 570171ed-9cc8-468c-812e-45dacc21f405
Ancestors: MorphicTests-mt.41

Derive default timeout from the default timeout... no, really

=============== Diff against MorphicTests-mt.41 ===============

Item was changed:
  ----- Method: MorphicUIManagerTest>>defaultTimeout (in category 'accessing') -----
  defaultTimeout
+ ^ super defaultTimeout * 10 "seconds"!
- ^ 60 "seconds"!