aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/common/slow.py
blob: f3b1c7e2ea61b571bd56cc1c70c5f89bb8e7e4dc (plain) (blame)
1
2
3
4
5
import time

def main(request, response):
    time.sleep(2)
    return 200, [], ''