summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2006-11-02 18:23:13 +0000
committerAlexander Larsson <alexl@src.gnome.org>2006-11-02 18:23:13 +0000
commit54b31824b4ff02166e170eb84f4da2cb28fcceb2 (patch)
treeb49613b9d4d39c894bbba30bbf823ba6864fadac /test
parentbf955becf29848116cfb4b7ddf6e422c0cc3b12c (diff)
downloadnautilus-54b31824b4ff02166e170eb84f4da2cb28fcceb2.tar.gz
Sleep shorter, for more torture
2006-11-02 Alexander Larsson <alexl@redhat.com> * test/file-torture.py (main): Sleep shorter, for more torture
Diffstat (limited to 'test')
-rw-r--r--test/file-torture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file-torture.py b/test/file-torture.py
index cfbcf4533..25686afdd 100644
--- a/test/file-torture.py
+++ b/test/file-torture.py
@@ -259,7 +259,7 @@ def main ():
op = operations [random_gen.randrange (len (operations))]
op ()
if sleep_enabled:
- time.sleep (random_gen.random () / 10)
+ time.sleep (random_gen.random () / 100)
return 0