Changeset 6597
- Timestamp:
- 02/12/08 15:54:20 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/chokan/branches/citrus/chokan.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/chokan/branches/citrus/chokan.rb
r6586 r6597 31 31 end 32 32 33 Citrus.run(opts.file) 33 begin 34 count = 60 35 Citrus.run(opts.file) 36 rescue 37 warn "Conenction closed... will retry after #{count} sec." 38 sleep count 39 count *= 2 40 retry 41 end 34 42
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)