Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1997

Show
Ignore:
Timestamp:
06/29/08 01:44:46
Author:
fumanchu
Message:

Fixed test_states for nix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/test_states.py

    r1996 r1997  
    431431        write_conf(scheme=self.scheme) 
    432432        pid = spawn_cp(wait=False, daemonize=False) 
     433        # Give the engine a wee bit more time to finish STARTING 
     434        time.sleep(1) 
    433435        # Send a SIGHUP 
    434         os.kill(pid, signal.SIGHUP) 
     436        os.kill(pid, SIGHUP) 
    435437        # This might hang if things aren't working right, but meh. 
    436438        wait(pid) 
     
    465467        try: 
    466468            # Send a SIGHUP 
    467             os.kill(pid, signal.SIGHUP) 
     469            os.kill(pid, SIGHUP) 
    468470            # Give the server some time to restart 
    469471            time.sleep(2) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets