From 45db63c35e9a10505f522d169e0f63a58db72168 Mon Sep 17 00:00:00 2001 From: Dirkjan Bussink Date: Mon, 18 Jul 2011 23:01:25 +0200 Subject: [PATCH] Use more lenient timing, fixes feature on Rubinius --- features/command_line.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/command_line.feature b/features/command_line.feature index dd529977..56d52abb 100644 --- a/features/command_line.feature +++ b/features/command_line.feature @@ -215,7 +215,7 @@ Feature: Command Line Given I am using the existing project in test/fixtures/stylesheets/compass When I run: compass compile And I run in a separate process: compass watch - And I wait 1 second + And I wait 3 seconds And I touch sass/layout.sass And I wait 2 seconds And I shutdown the other process