diff --git a/features/support/env.rb b/features/support/env.rb index 45fe01b25a..22b7cb6576 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -6,5 +6,5 @@ paths = [ ENV['PATH'] = paths.join(File::PATH_SEPARATOR) Before do - @aruba_timeout_seconds = 60 + @aruba_timeout_seconds = 240 end \ No newline at end of file