~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/sys_mgmt/port_management.py

  • Committer: patrick crews
  • Date: 2011-03-20 21:20:08 UTC
  • mto: This revision was merged to the branch mainline in revision 2244.
  • Revision ID: gleebix@gmail.com-20110320212008-tvbjeva6o02nqahp
Upped port_management attempt count

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
        """
80
80
        searching_for_port = 1
81
 
        attempt_count = 100
 
81
        attempt_count = 5000
82
82
        attempts_remain = attempt_count
83
83
        max_port_value = 32767
84
84
        min_port_value = 5001