diff options
Diffstat (limited to 'spec/bgp4/vyos3_spec.rb')
-rw-r--r-- | spec/bgp4/vyos3_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bgp4/vyos3_spec.rb b/spec/bgp4/vyos3_spec.rb index 0754f2e..372a285 100644 --- a/spec/bgp4/vyos3_spec.rb +++ b/spec/bgp4/vyos3_spec.rb @@ -6,7 +6,7 @@ describe 'vyos3_config' do end # Wait for advertising -sleep(10) +sleep(60) describe host('10.0.3.14') do it { should be_reachable.with(timeout: 10) } |