Skip to content
代码片段 群组 项目
未验证 提交 27582ea6 编辑于 作者: Alina Mihaila's avatar Alina Mihaila
浏览文件

Update Capybara wait time

上级 0c93b9e0
No related branches found
No related tags found
无相关合并请求
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
require 'selenium-webdriver' require 'selenium-webdriver'
# Give CI some extra time # Give CI some extra time
timeout = ENV['CI'] || ENV['CI_SERVER'] ? 60 : 30 timeout = ENV['CI'] || ENV['CI_SERVER'] ? 30 : 10
# Support running Capybara on a specific port to allow saving commonly used pages # Support running Capybara on a specific port to allow saving commonly used pages
Capybara.server_port = ENV['CAPYBARA_PORT'] if ENV['CAPYBARA_PORT'] Capybara.server_port = ENV['CAPYBARA_PORT'] if ENV['CAPYBARA_PORT']
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册