git-remote-sso.py 291 B

12345678910
  1. #!/usr/bin/env python3
  2. # Copyright 2024 The Chromium Authors. All rights reserved.
  3. # Use of this source code is governed by a BSD-style license that can be
  4. # found in the LICENSE file.
  5. import sys
  6. import time
  7. time.sleep(6)
  8. print(f"I ran too long without writing output!!", file=sys.stderr)