We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9148bbf commit 68d1861Copy full SHA for 68d1861
manifests/install.pp
@@ -72,7 +72,7 @@
72
wget::fetch { 'selenium-server-standalone':
73
source => $jar_url,
74
destination => "${jar_path}/${jar_name}",
75
- timeout => 30,
+ timeout => 90,
76
execuser => $selenium::server::user,
77
require => File[$jar_path],
78
}
spec/classes/selenium_install_spec.rb
@@ -35,7 +35,7 @@
35
should contain_wget__fetch('selenium-server-standalone').with({
36
'source' => 'https://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar',
37
'destination' => '/opt/selenium/jars/selenium-server-standalone-2.35.0.jar',
38
- 'timeout' => '30',
+ 'timeout' => '90',
39
'execuser' => 'selenium',
40
})
41
end
0 commit comments