chromium/third_party/blink/web_tests/external/wpt/navigation-api/navigation-methods/resources/slow-no-store.py

import time

def main(request, response):
    # Sleep for 1sec
    time.sleep(1)
    response.headers.set(b"Cache-Control", b"no-cache, no-store, must-revalidate");