diff options
Diffstat (limited to 'test/python/restart')
-rw-r--r-- | test/python/restart/longstart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/python/restart/longstart.py b/test/python/restart/longstart.py index 777398ac..3bc383b7 100644 --- a/test/python/restart/longstart.py +++ b/test/python/restart/longstart.py @@ -3,6 +3,7 @@ import time time.sleep(2) + def application(environ, start_response): body = str(os.getpid()).encode() |