summaryrefslogtreecommitdiff
path: root/lib/task.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-03-15 09:13:33 +0100
committerChristoph Helma <helma@in-silico.de>2010-03-15 09:13:33 +0100
commit8657902cae694470dc316b60a186a8dcc9f84f07 (patch)
tree8d1d6729a952e8cadf1f4c0fda2bd53733dfe146 /lib/task.rb
parente1cb8e39ca0331ea2db7e633c3bc708aa691b0b3 (diff)
tests for yaml representation working
Diffstat (limited to 'lib/task.rb')
-rw-r--r--lib/task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/task.rb b/lib/task.rb
index 6a80d1a..87bad21 100644
--- a/lib/task.rb
+++ b/lib/task.rb
@@ -105,7 +105,7 @@ module OpenTox
def wait_for_completion
until self.completed? or self.failed?
- sleep 1
+ sleep 0.1
end
end