blob: 4eae3261f765cc36ae60f99e25a6c52dbed62d86 [file] [log] [blame]
import time
def main(request, response):
time.sleep(0.1)
return [(b"Content-Type", b"text/plain")], u"FAIL"