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