summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-04 09:37:26 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-04 09:37:26 +0000
commit9e31e521abda8933cda5e79c508e040eb7af227d (patch)
tree5bcb371c1068b6beeaa8361515384286ef567ec9
parent9bab6008ed2f5ab441cbf26a2a597fdf599ef719 (diff)
downloadobnam-9e31e521abda8933cda5e79c508e040eb7af227d.tar.gz
Remove silly sleep
-rwxr-xr-xobnam-benchmark1
1 files changed, 0 insertions, 1 deletions
diff --git a/obnam-benchmark b/obnam-benchmark
index fda7b1cd..31281dd9 100755
--- a/obnam-benchmark
+++ b/obnam-benchmark
@@ -169,7 +169,6 @@ class ObnamBenchmark(object):
step_info.label)
cliapp.runcmd(['tar', '-cf', '/dev/null', mount + '/.'])
- time.sleep(1)
try:
cliapp.runcmd(['fusermount', '-u', mount])