[squeak-dev] The Trunk: Tests-tpr.386.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Nov 6 23:03:04 UTC 2017


tim Rowledge uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-tpr.386.mcz

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

Name: Tests-tpr.386
Author: tpr
Time: 6 November 2017, 3:02:55.613898 pm
UUID: 0c28c2ef-1d3f-4987-95d4-e8685e878e03
Ancestors: Tests-ul.385

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

=============== Diff against Tests-ul.385 ===============

Item was changed:
  ----- Method: LangEnvBugs>>defaultTimeout (in category 'as yet unclassified') -----
  defaultTimeout
  
+ 	^ super defaultTimeout * 10 "seconds"!
- 	^ 60!

Item was changed:
  ----- Method: MCMczInstallerTest>>defaultTimeout (in category 'as yet unclassified') -----
  defaultTimeout
  
+ 	^ super defaultTimeout * 10 "seconds"!
- 	^ 60!



More information about the Squeak-dev mailing list