X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/blobdiff_plain/9d982cb5d7f9abe598c8df3eefabe10501056110..6257d0524bfb1247f04538b9fde2a7ddb7b15d2a:/features/support/env.rb diff --git a/features/support/env.rb b/features/support/env.rb index 210137a..07bb583 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -18,6 +18,7 @@ Before do @tmpdir = Dir.mktmpdir('gestion-adh') @dirs = [@tmpdir] @aruba_io_wait_seconds = 0.1 + @aruba_timeout_seconds = 20 @orig_wiki_path = ENV['NOS_OIGNONS_BOARD_WIKI_PATH'] @orig_reminder_db_path = ENV['NOS_OIGNONS_REMINDER_DB'] ENV['NOS_OIGNONS_REMINDER_DB'] = File.join(current_dir, 'reminders.yaml')