summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorJon Cairns <jon@joncairns.com>2014-01-07 11:27:11 +0000
committerJon Cairns <jon@joncairns.com>2014-01-07 11:27:11 +0000
commit1fecc2c80f1eca61c77d7a145d7d8c9515a6be38 (patch)
tree1b37db6e168cc2004c4791db6f7de3c5e43d8e88 /features
parent6804e1efccfa104ede8b66164bc4822ebffafca8 (diff)
downloadvdebug-1fecc2c80f1eca61c77d7a145d7d8c9515a6be38.zip
Basic implementation of background listener
Diffstat (limited to 'features')
-rw-r--r--features/support/helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/helpers.rb b/features/support/helpers.rb
index 752e734..271f625 100644
--- a/features/support/helpers.rb
+++ b/features/support/helpers.rb
@@ -34,7 +34,7 @@ module ScriptRunner
exec %Q{XDEBUG_CONFIG="idekey=something" /usr/bin/env #{bin} #{argstr} 2>#{STDERR_FILE}}
exit!
end
- sleep 0.5
+ sleep 1
end
end