aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index b23776c..556a0a5 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -60,6 +60,7 @@ class AutoDeletedDir():
except OSError:
if i == retries-1:
raise
+ time.sleep(0.1 * (2**i))
passing_tests = 0
failing_tests = 0