@@ -420,29 +420,29 @@ def setup_small_walk_with_full_walk_enabled(request):
420
420
},
421
421
}
422
422
update_profiles (profile )
423
- update_file ([f"{ trap_external_ip } ,,2c,public,,,20 ,walk1,f," ], "inventory.yaml" )
423
+ update_file ([f"{ trap_external_ip } ,,2c,public,,,1810 ,walk1,f," ], "inventory.yaml" )
424
424
upgrade_helm (["inventory.yaml" , "profiles.yaml" ])
425
425
time .sleep (30 )
426
426
yield
427
- update_file ([f"{ trap_external_ip } ,,2c,public,,,20 ,walk1,f,t" ], "inventory.yaml" )
427
+ update_file ([f"{ trap_external_ip } ,,2c,public,,,1810 ,walk1,f,t" ], "inventory.yaml" )
428
428
upgrade_helm (["inventory.yaml" ])
429
429
time .sleep (20 )
430
430
431
431
432
432
@pytest .mark .usefixtures ("setup_small_walk_with_full_walk_enabled" )
433
433
class TestSmallWalkWithFullWalkEnabled :
434
434
def test_check_if_full_walk_is_done_with_profile_set (self , setup_splunk ):
435
- time .sleep (20 )
435
+ time .sleep (30 )
436
436
search_string = (
437
- """| mpreview index=netmetrics earliest=-20s | search "TCP-MIB" """
437
+ """| mpreview index=netmetrics earliest=-30s | search "TCP-MIB" """
438
438
)
439
439
result_count , metric_count = run_retried_single_search (
440
440
setup_splunk , search_string , 1
441
441
)
442
442
assert result_count > 0
443
443
assert metric_count > 0
444
444
search_string = (
445
- """| mpreview index=netmetrics earliest=-20s | search "IP-MIB" """
445
+ """| mpreview index=netmetrics earliest=-30s | search "IP-MIB" """
446
446
)
447
447
result_count , metric_count = run_retried_single_search (
448
448
setup_splunk , search_string , 2
0 commit comments