Changes between Version 1 and Version 2 of Old/NodeHandler/Commands/wait


Ignore:
Timestamp:
Apr 13, 2006, 1:20:52 PM (18 years ago)
Author:
max
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Commands/wait

    v1 v2  
    1515
    1616{{{
    17 
     17whenAllInstalled {
     18  ...
     19  [500, 1000, 2000].each { |newRate|
     20    prop.rate = newRate
     21    wait 30
     22  }
     23}
    1824}}}
    1925