Skip to content

Instantly share code, notes, and snippets.

@tameem92
Created May 19, 2020 12:32
Show Gist options
  • Save tameem92/90bd1b7ac0e11e6691c28d7f510027b0 to your computer and use it in GitHub Desktop.
Save tameem92/90bd1b7ac0e11e6691c28d7f510027b0 to your computer and use it in GitHub Desktop.
for x in range(1, 500):
# This is our best attempt to prevent a deadlock
# running multiple parallel tests.
time.sleep(0.5)
runTest(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment